Html Css Color HEX #CCAA0B Buddha Gold

📋 copy color: '#CCAA0B'

red 204 ◦ green 170 ◦ blue 11

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

Shades of Buddha Gold #CCAA0B

Tints of Buddha Gold #CCAA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 52.99%
G = 44.16%
B = 2.86%

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

#CCAA0B (or 0xCCAA0B) is known color: Buddha Gold. HEX triplet: CC, AA and 0B. RGB value is (204,170,11). Sum of RGB (Red+Green+Blue) = 204+170+11=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA0B is #3355F4. Grayscale: #A2A2A2. Windows color (decimal): -3364341 or 764620. OLE color: 764620.

HSL color Cylindrical-coordinate representation of color #CCAA0B: hue angle of 49.43º degrees, saturation: 0.9, 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 #CCAA0B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 170 11 -
CMYK 0 0.17 0.95 0.2
HSL 49.43º 0.9% 0.42% -
HSV(B) 49.43º 0.95% 0.8% -
XYZ 39.34 41.61 6.28 -
YUV 162.04 42.76 157.93 -
System Red Green Blue C M Y K H S L
Decimal 204 170 11 0 0.17 0.95 0.2 49.43 0.9 0.42
Hex CC AA B 0 11 5F 14 31 5A 2A
Octal 314 252 13 0 21 137 24 61 132 52
Binary 11001100 10101010 1011 0 10001 1011111 10100 110001 1011010 101010

Color Harmonies of #CCAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA0B

Black with #CCAA0B

Text Example


Text Example

White with #CCAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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