Html Css Color HEX #CCAF09 Bird Flower

📋 copy color: '#CCAF09'

red 204 ◦ green 175 ◦ blue 9

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

Shades of Bird Flower #CCAF09

Tints of Bird Flower #CCAF09

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.1%

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

R = 52.58%
G = 45.1%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCAF09 (or 0xCCAF09) is known color: Bird Flower. HEX triplet: CC, AF and 09. RGB value is (204,175,9). Sum of RGB (Red+Green+Blue) = 204+175+9=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAF09 is #3350F6. Grayscale: #A5A5A5. Windows color (decimal): -3363063 or 634828. OLE color: 634828.

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

Color convert

RGB 204 175 9 -
CMYK 0 0.14 0.96 0.2
HSL 51.08º 0.92% 0.42% -
HSV(B) 51.08º 0.96% 0.8% -
XYZ 40.28 43.52 6.54 -
YUV 164.75 40.11 156 -
System Red Green Blue C M Y K H S L
Decimal 204 175 9 0 0.14 0.96 0.2 51.08 0.92 0.42
Hex CC AF 9 0 E 60 14 33 5C 2A
Octal 314 257 11 0 16 140 24 63 134 52
Binary 11001100 10101111 1001 0 1110 1100000 10100 110011 1011100 101010

Color Harmonies of #CCAF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF09

Black with #CCAF09

Text Example


Text Example

White with #CCAF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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