Html Css Color HEX #CCA70A Buddha Gold

📋 copy color: '#CCA70A'

red 204 ◦ green 167 ◦ blue 10

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

Shades of Buddha Gold #CCA70A

Tints of Buddha Gold #CCA70A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.83%

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

R = 53.54%
G = 43.83%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCA70A (or 0xCCA70A) is known color: Buddha Gold. HEX triplet: CC, A7 and 0A. RGB value is (204,167,10). Sum of RGB (Red+Green+Blue) = 204+167+10=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA70A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA70A is #3358F5. Grayscale: #A0A0A0. Windows color (decimal): -3365110 or 698316. OLE color: 698316.

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

Color convert

RGB 204 167 10 -
CMYK 0 0.18 0.95 0.2
HSL 48.56º 0.91% 0.42% -
HSV(B) 48.56º 0.95% 0.8% -
XYZ 38.78 40.5 6.06 -
YUV 160.17 43.26 159.27 -
System Red Green Blue C M Y K H S L
Decimal 204 167 10 0 0.18 0.95 0.2 48.56 0.91 0.42
Hex CC A7 A 0 12 5F 14 31 5B 2A
Octal 314 247 12 0 22 137 24 61 133 52
Binary 11001100 10100111 1010 0 10010 1011111 10100 110001 1011011 101010

Color Harmonies of #CCA70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA70A

Black with #CCA70A

Text Example


Text Example

White with #CCA70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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