Html Css Color HEX #CCA212 Buddha Gold

📋 copy color: '#CCA212'

red 204 ◦ green 162 ◦ blue 18

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

Shades of Buddha Gold #CCA212

Tints of Buddha Gold #CCA212

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.19%

 BLUE value IS 18 (7.42% from 255) = 4.69%

R = 53.13%
G = 42.19%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCA212 (or 0xCCA212) is known color: Buddha Gold. HEX triplet: CC, A2 and 12. RGB value is (204,162,18). Sum of RGB (Red+Green+Blue) = 204+162+18=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA212 is #335DED. Grayscale: #9E9E9E. Windows color (decimal): -3366382 or 1221324. OLE color: 1221324.

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

Color convert

RGB 204 162 18 -
CMYK 0 0.21 0.91 0.2
HSL 46.45º 0.84% 0.44% -
HSV(B) 46.45º 0.91% 0.8% -
XYZ 37.93 38.72 6.05 -
YUV 158.14 48.91 160.71 -
System Red Green Blue C M Y K H S L
Decimal 204 162 18 0 0.21 0.91 0.2 46.45 0.84 0.44
Hex CC A2 12 0 15 5B 14 2E 54 2C
Octal 314 242 22 0 25 133 24 56 124 54
Binary 11001100 10100010 10010 0 10101 1011011 10100 101110 1010100 101100

Color Harmonies of #CCA212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA212

Black with #CCA212

Text Example


Text Example

White with #CCA212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA212; }

 p { color: rgb(204,162,18); }

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

background-color css

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

 a { background-color: rgb(204,162,18); }

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

border-color css

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

 span { border-color: rgb(204,162,18); }

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