Html Css Color HEX #CCA710 Buddha Gold

📋 copy color: '#CCA710'

red 204 ◦ green 167 ◦ blue 16

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

Shades of Buddha Gold #CCA710

Tints of Buddha Gold #CCA710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.13%

R = 52.71%
G = 43.15%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCA710 (or 0xCCA710) is known color: Buddha Gold. HEX triplet: CC, A7 and 10. RGB value is (204,167,16). Sum of RGB (Red+Green+Blue) = 204+167+16=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA710 is #3358EF. Grayscale: #A1A1A1. Windows color (decimal): -3365104 or 1091532. OLE color: 1091532.

HSL color Cylindrical-coordinate representation of color #CCA710: hue angle of 48.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCA710 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 167 16 -
CMYK 0 0.18 0.92 0.2
HSL 48.19º 0.85% 0.43% -
HSV(B) 48.19º 0.92% 0.8% -
XYZ 38.81 40.51 6.26 -
YUV 160.85 46.26 158.78 -
System Red Green Blue C M Y K H S L
Decimal 204 167 16 0 0.18 0.92 0.2 48.19 0.85 0.43
Hex CC A7 10 0 12 5C 14 30 55 2B
Octal 314 247 20 0 22 134 24 60 125 53
Binary 11001100 10100111 10000 0 10010 1011100 10100 110000 1010101 101011

Color Harmonies of #CCA710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA710

Black with #CCA710

Text Example


Text Example

White with #CCA710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA710; }

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

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

background-color css

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

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

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

border-color css

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

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

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