Html Css Color HEX #CDD011 Bird Flower

📋 copy color: '#CDD011'

red 205 ◦ green 208 ◦ blue 17

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

Shades of Bird Flower #CDD011

Tints of Bird Flower #CDD011

RGB

 RED value IS 205 (80.47% from 255) = 47.67%

 GREEN value IS 208 (81.64% from 255) = 48.37%

 BLUE value IS 17 (7.03% from 255) = 3.95%

R = 47.67%
G = 48.37%
B = 3.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#CDD011 (or 0xCDD011) is known color: Bird Flower. HEX triplet: CD, D0 and 11. RGB value is (205,208,17). Sum of RGB (Red+Green+Blue) = 205+208+17=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD011 is #322FEE. Grayscale: #BABABA. Windows color (decimal): -3289071 or 1167565. OLE color: 1167565.

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

Color convert

RGB 205 208 17 -
CMYK 0.01 0 0.92 0.18
HSL 60.94º 0.85% 0.44% -
HSV(B) 60.94º 0.92% 0.82% -
XYZ 47.83 58.13 9.23 -
YUV 185.33 33.01 142.03 -
System Red Green Blue C M Y K H S L
Decimal 205 208 17 0.01 0 0.92 0.18 60.94 0.85 0.44
Hex CD D0 11 1 0 5C 12 3D 55 2C
Octal 315 320 21 1 0 134 22 75 125 54
Binary 11001101 11010000 10001 1 0 1011100 10010 111101 1010101 101100

Color Harmonies of #CDD011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD011

Black with #CDD011

Text Example


Text Example

White with #CDD011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD011; }

 p { color: rgb(205,208,17); }

 H1.HeaderClassName
 {
   color: #CDD011;
 }
 .AnyTagClassName
 {
   color: #CDD011;
 }
</style>

background-color css

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

 a { background-color: rgb(205,208,17); }

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

border-color css

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

 span { border-color: rgb(205,208,17); }

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