#CDD20E

Color #CDD20E Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CDD20E

Tints of Bird Flower #CDD20E

Color information

#CDD20E (or 0xCDD20E) is unknown color: approx Bird Flower. HEX triplet: CD, D2 and 0E. RGB value is (205,210,14). Sum of RGB (Red+Green+Blue) = 205+210+14=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD20E is #322DF1. Grayscale: #BABABA. Windows color (decimal): -3288562 or 971469. OLE color: 971469.

HSL color Cylindrical-coordinate representation of color #CDD20E: hue angle of 61.53º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDD20E is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB20521014-
CMYK0.0200.930.18
HSL61.53º87.5%43.92%-
HSV(B)61.53º93.33%82.35%-
XYZ48.359.19.28-
YUV186.1630.84141.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 47.79%
GREEN value IS 210 (82.42% from 255) = 48.95%
BLUE value IS 14 (5.86% from 255) = 3.26%
R=47.79%
G=48.95%
B=3.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205210140.0200.930.1861.5387.543.92
HexCDD2E205D123e582c
Octal3153221620135227613054
Binary110011011101001011101001011101100101111101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD20E; }

 p { color: rgb(205,210,14); }

 H1.HeaderClassName
 {
   color: #CDD20E;
 }
 .AnyTagClassName
 {
   color: #CDD20E;
 }
</style>
background-color css

<style>
 a { background-color: #CDD20E; }

 a { background-color: rgb(205,210,14); }

 div.DivClassName
 {
   background-color: #CDD20E;
 }
 .BgClassName
 {
   background-color: #CDD20E;
 }
</style>
border-color css

<style>
 span { border-color: #CDD20E; }

 span { border-color: rgb(205,210,14); }

 td.TdClassName
 {
   border-color: #CDD20E;
 }
 .TagClassName
 {
   border-color: #CDD20E;
 }
</style>