Html Css Color HEX #CDDD09 Bird Flower

📋 copy color: '#CDDD09'

red 205 ◦ green 221 ◦ blue 9

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

Shades of Bird Flower #CDDD09

Tints of Bird Flower #CDDD09

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.8%

 BLUE value IS 9 (3.91% from 255) = 2.07%

R = 47.13%
G = 50.8%
B = 2.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#CDDD09 (or 0xCDDD09) is known color: Bird Flower. HEX triplet: CD, DD and 09. RGB value is (205,221,9). Sum of RGB (Red+Green+Blue) = 205+221+9=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 9 (3.91% from 255 or 2.07% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDD09 is #3222F6. Grayscale: #C0C0C0. Windows color (decimal): -3285751 or 646605. OLE color: 646605.

HSL color Cylindrical-coordinate representation of color #CDDD09: hue angle of 64.53º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDDD09 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 221 9 -
CMYK 0.07 0 0.96 0.13
HSL 64.53º 0.92% 0.45% -
HSV(B) 64.53º 0.96% 0.87% -
XYZ 51.08 64.71 10.06 -
YUV 192.05 24.7 137.24 -
System Red Green Blue C M Y K H S L
Decimal 205 221 9 0.07 0 0.96 0.13 64.53 0.92 0.45
Hex CD DD 9 7 0 60 D 41 5C 2D
Octal 315 335 11 7 0 140 15 101 134 55
Binary 11001101 11011101 1001 111 0 1100000 1101 1000001 1011100 101101

Color Harmonies of #CDDD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD09

Black with #CDDD09

Text Example


Text Example

White with #CDDD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD09; }

 p { color: rgb(205,221,9); }

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

background-color css

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

 a { background-color: rgb(205,221,9); }

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

border-color css

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

 span { border-color: rgb(205,221,9); }

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