Html Css Color HEX #CCAA03 Bird Flower

📋 copy color: '#CCAA03'

red 204 ◦ green 170 ◦ blue 3

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

Shades of Bird Flower #CCAA03

Tints of Bird Flower #CCAA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 54.11%
G = 45.09%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCAA03 (or 0xCCAA03) is known color: Bird Flower. HEX triplet: CC, AA and 03. RGB value is (204,170,3). Sum of RGB (Red+Green+Blue) = 204+170+3=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA03 is #3355FC. Grayscale: #A1A1A1. Windows color (decimal): -3364349 or 240332. OLE color: 240332.

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

Color convert

RGB 204 170 3 -
CMYK 0 0.17 0.99 0.2
HSL 49.85º 0.97% 0.41% -
HSV(B) 49.85º 0.99% 0.8% -
XYZ 39.29 41.59 6.04 -
YUV 161.13 38.76 158.58 -
System Red Green Blue C M Y K H S L
Decimal 204 170 3 0 0.17 0.99 0.2 49.85 0.97 0.41
Hex CC AA 3 0 11 63 14 32 61 29
Octal 314 252 3 0 21 143 24 62 141 51
Binary 11001100 10101010 11 0 10001 1100011 10100 110010 1100001 101001

Color Harmonies of #CCAA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA03

Black with #CCAA03

Text Example


Text Example

White with #CCAA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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