Html Css Color HEX #CCAB09 Bird Flower

📋 copy color: '#CCAB09'

red 204 ◦ green 171 ◦ blue 9

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

Shades of Bird Flower #CCAB09

Tints of Bird Flower #CCAB09

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.53%

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

R = 53.13%
G = 44.53%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCAB09 (or 0xCCAB09) is known color: Bird Flower. HEX triplet: CC, AB and 09. RGB value is (204,171,9). Sum of RGB (Red+Green+Blue) = 204+171+9=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB09 is #3354F6. Grayscale: #A3A3A3. Windows color (decimal): -3364087 or 633804. OLE color: 633804.

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

Color convert

RGB 204 171 9 -
CMYK 0 0.16 0.96 0.2
HSL 49.85º 0.92% 0.42% -
HSV(B) 49.85º 0.96% 0.8% -
XYZ 39.51 41.98 6.28 -
YUV 162.4 41.43 157.67 -
System Red Green Blue C M Y K H S L
Decimal 204 171 9 0 0.16 0.96 0.2 49.85 0.92 0.42
Hex CC AB 9 0 10 60 14 32 5C 2A
Octal 314 253 11 0 20 140 24 62 134 52
Binary 11001100 10101011 1001 0 10000 1100000 10100 110010 1011100 101010

Color Harmonies of #CCAB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB09

Black with #CCAB09

Text Example


Text Example

White with #CCAB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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