Html Css Color HEX #CDD20E Bird Flower

📋 copy color: '#CDD20E'

red 205 ◦ green 210 ◦ blue 14

#CDD20E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CDD20E

Tints of Bird Flower #CDD20E

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 value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#CDD20E (or 0xCDD20E) is known color: 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

RGB 205 210 14 -
CMYK 0.02 0 0.93 0.18
HSL 61.53º 0.88% 0.44% -
HSV(B) 61.53º 0.93% 0.82% -
XYZ 48.3 59.1 9.28 -
YUV 186.16 30.84 141.44 -
System Red Green Blue C M Y K H S L
Decimal 205 210 14 0.02 0 0.93 0.18 61.53 0.88 0.44
Hex CD D2 E 2 0 5D 12 3E 58 2C
Octal 315 322 16 2 0 135 22 76 130 54
Binary 11001101 11010010 1110 10 0 1011101 10010 111110 1011000 101100

Color Harmonies of #CDD20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD20E

Black with #CDD20E

Text Example


Text Example

White with #CDD20E

Text Example


Text Example

HTML Codes & Css Web 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>