Html Css Color HEX #CCA410 Buddha Gold

📋 copy color: '#CCA410'

red 204 ◦ green 164 ◦ blue 16

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

Shades of Buddha Gold #CCA410

Tints of Buddha Gold #CCA410

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.71%

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

R = 53.13%
G = 42.71%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCA410 (or 0xCCA410) is known color: Buddha Gold. HEX triplet: CC, A4 and 10. RGB value is (204,164,16). Sum of RGB (Red+Green+Blue) = 204+164+16=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA410 is #335BEF. Grayscale: #9F9F9F. Windows color (decimal): -3365872 or 1090764. OLE color: 1090764.

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

Color convert

RGB 204 164 16 -
CMYK 0 0.20 0.92 0.2
HSL 47.23º 0.85% 0.43% -
HSV(B) 47.23º 0.92% 0.8% -
XYZ 38.27 39.43 6.08 -
YUV 159.09 47.25 160.03 -
System Red Green Blue C M Y K H S L
Decimal 204 164 16 0 0.20 0.92 0.2 47.23 0.85 0.43
Hex CC A4 10 0 14 5C 14 2F 55 2B
Octal 314 244 20 0 24 134 24 57 125 53
Binary 11001100 10100100 10000 0 10100 1011100 10100 101111 1010101 101011

Color Harmonies of #CCA410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA410

Black with #CCA410

Text Example


Text Example

White with #CCA410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA410; }

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

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

background-color css

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

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

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

border-color css

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

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

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