Html Css Color HEX #CCDB09 Bird Flower

📋 copy color: '#CCDB09'

red 204 ◦ green 219 ◦ blue 9

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

Shades of Bird Flower #CCDB09

Tints of Bird Flower #CCDB09

RGB

 RED value IS 204 (80.08% from 255) = 47.22%

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

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

R = 47.22%
G = 50.69%
B = 2.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#CCDB09 (or 0xCCDB09) is known color: Bird Flower. HEX triplet: CC, DB and 09. RGB value is (204,219,9). Sum of RGB (Red+Green+Blue) = 204+219+9=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 9 (3.91% from 255 or 2.08% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB09 is #3324F6. Grayscale: #BFBFBF. Windows color (decimal): -3351799 or 646092. OLE color: 646092.

HSL color Cylindrical-coordinate representation of color #CCDB09: hue angle of 64.29º 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 #CCDB09 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 9 -
CMYK 0.07 0 0.96 0.14
HSL 64.29º 0.92% 0.45% -
HSV(B) 64.29º 0.96% 0.86% -
XYZ 50.28 63.52 9.87 -
YUV 190.58 25.53 137.58 -
System Red Green Blue C M Y K H S L
Decimal 204 219 9 0.07 0 0.96 0.14 64.29 0.92 0.45
Hex CC DB 9 7 0 60 E 40 5C 2D
Octal 314 333 11 7 0 140 16 100 134 55
Binary 11001100 11011011 1001 111 0 1100000 1110 1000000 1011100 101101

Color Harmonies of #CCDB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB09

Black with #CCDB09

Text Example


Text Example

White with #CCDB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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