Html Css Color HEX #CCCC09 Bird Flower

📋 copy color: '#CCCC09'

red 204 ◦ green 204 ◦ blue 9

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

Shades of Bird Flower #CCCC09

Tints of Bird Flower #CCCC09

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.92%

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

R = 48.92%
G = 48.92%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCCC09 (or 0xCCCC09) is known color: Bird Flower. HEX triplet: CC, CC and 09. RGB value is (204,204,9). Sum of RGB (Red+Green+Blue) = 204+204+9=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 9 (3.91% from 255 or 2.16% from 417); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC09 is #3333F6. Grayscale: #B6B6B6. Windows color (decimal): -3355639 or 642252. OLE color: 642252.

HSL color Cylindrical-coordinate representation of color #CCCC09: hue angle of 60º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCCC09 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 9 -
CMYK 0 0 0.96 0.2
HSL 60º 0.92% 0.42% -
HSV(B) 60º 0.96% 0.8% -
XYZ 46.54 56.04 8.62 -
YUV 181.77 30.5 143.86 -
System Red Green Blue C M Y K H S L
Decimal 204 204 9 0 0 0.96 0.2 60 0.92 0.42
Hex CC CC 9 0 0 60 14 3C 5C 2A
Octal 314 314 11 0 0 140 24 74 134 52
Binary 11001100 11001100 1001 0 0 1100000 10100 111100 1011100 101010

Color Harmonies of #CCCC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC09

Black with #CCCC09

Text Example


Text Example

White with #CCCC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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