Html Css Color HEX #CCDA09 Bird Flower

📋 copy color: '#CCDA09'

red 204 ◦ green 218 ◦ blue 9

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

Shades of Bird Flower #CCDA09

Tints of Bird Flower #CCDA09

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.58%

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

R = 47.33%
G = 50.58%
B = 2.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#CCDA09 (or 0xCCDA09) is known color: Bird Flower. HEX triplet: CC, DA and 09. RGB value is (204,218,9). Sum of RGB (Red+Green+Blue) = 204+218+9=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 9 (3.91% from 255 or 2.09% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDA09 is #3325F6. Grayscale: #BEBEBE. Windows color (decimal): -3352055 or 645836. OLE color: 645836.

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

Color convert

RGB 204 218 9 -
CMYK 0.06 0 0.96 0.15
HSL 64.02º 0.92% 0.45% -
HSV(B) 64.02º 0.96% 0.85% -
XYZ 50.02 63 9.78 -
YUV 189.99 25.86 137.99 -
System Red Green Blue C M Y K H S L
Decimal 204 218 9 0.06 0 0.96 0.15 64.02 0.92 0.45
Hex CC DA 9 6 0 60 F 40 5C 2D
Octal 314 332 11 6 0 140 17 100 134 55
Binary 11001100 11011010 1001 110 0 1100000 1111 1000000 1011100 101101

Color Harmonies of #CCDA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA09

Black with #CCDA09

Text Example


Text Example

White with #CCDA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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