Html Css Color HEX #CCAA09 Bird Flower

📋 copy color: '#CCAA09'

red 204 ◦ green 170 ◦ blue 9

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

Shades of Bird Flower #CCAA09

Tints of Bird Flower #CCAA09

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.39%

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

R = 53.26%
G = 44.39%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCAA09 (or 0xCCAA09) is known color: Bird Flower. HEX triplet: CC, AA and 09. RGB value is (204,170,9). Sum of RGB (Red+Green+Blue) = 204+170+9=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA09 is #3355F6. Grayscale: #A2A2A2. Windows color (decimal): -3364343 or 633548. OLE color: 633548.

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

Color convert

RGB 204 170 9 -
CMYK 0 0.17 0.96 0.2
HSL 49.54º 0.92% 0.42% -
HSV(B) 49.54º 0.96% 0.8% -
XYZ 39.33 41.61 6.22 -
YUV 161.81 41.76 158.09 -
System Red Green Blue C M Y K H S L
Decimal 204 170 9 0 0.17 0.96 0.2 49.54 0.92 0.42
Hex CC AA 9 0 11 60 14 32 5C 2A
Octal 314 252 11 0 21 140 24 62 134 52
Binary 11001100 10101010 1001 0 10001 1100000 10100 110010 1011100 101010

Color Harmonies of #CCAA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA09

Black with #CCAA09

Text Example


Text Example

White with #CCAA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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