Html Css Color HEX #CDDB09 Bird Flower

📋 copy color: '#CDDB09'

red 205 ◦ green 219 ◦ blue 9

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

Shades of Bird Flower #CDDB09

Tints of Bird Flower #CDDB09

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.58%

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

R = 47.34%
G = 50.58%
B = 2.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#CDDB09 (or 0xCDDB09) is known color: Bird Flower. HEX triplet: CD, DB and 09. RGB value is (205,219,9). Sum of RGB (Red+Green+Blue) = 205+219+9=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 9 (3.91% from 255 or 2.08% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDB09 is #3224F6. Grayscale: #BFBFBF. Windows color (decimal): -3286263 or 646093. OLE color: 646093.

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

Color convert

RGB 205 219 9 -
CMYK 0.06 0 0.96 0.14
HSL 64º 0.92% 0.45% -
HSV(B) 64º 0.96% 0.86% -
XYZ 50.56 63.66 9.88 -
YUV 190.87 25.36 138.08 -
System Red Green Blue C M Y K H S L
Decimal 205 219 9 0.06 0 0.96 0.14 64 0.92 0.45
Hex CD DB 9 6 0 60 E 40 5C 2D
Octal 315 333 11 6 0 140 16 100 134 55
Binary 11001101 11011011 1001 110 0 1100000 1110 1000000 1011100 101101

Color Harmonies of #CDDB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB09

Black with #CDDB09

Text Example


Text Example

White with #CDDB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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