Html Css Color HEX #CCAA0A Buddha Gold

📋 copy color: '#CCAA0A'

red 204 ◦ green 170 ◦ blue 10

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

Shades of Buddha Gold #CCAA0A

Tints of Buddha Gold #CCAA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.6%

R = 53.13%
G = 44.27%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCAA0A (or 0xCCAA0A) is known color: Buddha Gold. HEX triplet: CC, AA and 0A. RGB value is (204,170,10). Sum of RGB (Red+Green+Blue) = 204+170+10=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA0A is #3355F5. Grayscale: #A2A2A2. Windows color (decimal): -3364342 or 699084. OLE color: 699084.

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

Color convert

RGB 204 170 10 -
CMYK 0 0.17 0.95 0.2
HSL 49.48º 0.91% 0.42% -
HSV(B) 49.48º 0.95% 0.8% -
XYZ 39.33 41.61 6.25 -
YUV 161.93 42.26 158.01 -
System Red Green Blue C M Y K H S L
Decimal 204 170 10 0 0.17 0.95 0.2 49.48 0.91 0.42
Hex CC AA A 0 11 5F 14 31 5B 2A
Octal 314 252 12 0 21 137 24 61 133 52
Binary 11001100 10101010 1010 0 10001 1011111 10100 110001 1011011 101010

Color Harmonies of #CCAA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA0A

Black with #CCAA0A

Text Example


Text Example

White with #CCAA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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