Html Css Color HEX #CCAA07 Bird Flower

📋 copy color: '#CCAA07'

red 204 ◦ green 170 ◦ blue 7

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

Shades of Bird Flower #CCAA07

Tints of Bird Flower #CCAA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.84%

R = 53.54%
G = 44.62%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCAA07 (or 0xCCAA07) is known color: Bird Flower. HEX triplet: CC, AA and 07. RGB value is (204,170,7). Sum of RGB (Red+Green+Blue) = 204+170+7=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA07 is #3355F8. Grayscale: #A2A2A2. Windows color (decimal): -3364345 or 502476. OLE color: 502476.

HSL color Cylindrical-coordinate representation of color #CCAA07: hue angle of 49.64º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCAA07 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 170 7 -
CMYK 0 0.17 0.97 0.2
HSL 49.64º 0.93% 0.41% -
HSV(B) 49.64º 0.97% 0.8% -
XYZ 39.31 41.6 6.16 -
YUV 161.58 40.76 158.25 -
System Red Green Blue C M Y K H S L
Decimal 204 170 7 0 0.17 0.97 0.2 49.64 0.93 0.41
Hex CC AA 7 0 11 61 14 32 5D 29
Octal 314 252 7 0 21 141 24 62 135 51
Binary 11001100 10101010 111 0 10001 1100001 10100 110010 1011101 101001

Color Harmonies of #CCAA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA07

Black with #CCAA07

Text Example


Text Example

White with #CCAA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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