Html Css Color HEX #CCAA00 Bird Flower

📋 copy color: '#CCAA00'

red 204 ◦ green 170 ◦ blue 0

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

Shades of Bird Flower #CCAA00

Tints of Bird Flower #CCAA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.55%
G = 45.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCAA00 (or 0xCCAA00) is known color: Bird Flower. HEX triplet: CC, AA and 00. RGB value is (204,170,0). Sum of RGB (Red+Green+Blue) = 204+170+0=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA00 is #3355FF. Grayscale: #A1A1A1. Windows color (decimal): -3364352 or 43724. OLE color: 43724.

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

Color convert

RGB 204 170 0 -
CMYK 0 0.17 1 0.2
HSL 50º 1% 0.4% -
HSV(B) 50º 1% 0.8% -
XYZ 39.28 41.59 5.96 -
YUV 160.79 37.26 158.82 -
System Red Green Blue C M Y K H S L
Decimal 204 170 0 0 0.17 1 0.2 50 1 0.4
Hex CC AA 0 0 11 64 14 32 64 28
Octal 314 252 0 0 21 144 24 62 144 50
Binary 11001100 10101010 0 0 10001 1100100 10100 110010 1100100 101000

Color Harmonies of #CCAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA00

Black with #CCAA00

Text Example


Text Example

White with #CCAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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