Html Css Color HEX #CCA214 Buddha Gold

📋 copy color: '#CCA214'

red 204 ◦ green 162 ◦ blue 20

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

Shades of Buddha Gold #CCA214

Tints of Buddha Gold #CCA214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.18%

R = 52.85%
G = 41.97%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCA214 (or 0xCCA214) is known color: Buddha Gold. HEX triplet: CC, A2 and 14. RGB value is (204,162,20). Sum of RGB (Red+Green+Blue) = 204+162+20=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA214 is #335DEB. Grayscale: #9E9E9E. Windows color (decimal): -3366380 or 1352396. OLE color: 1352396.

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

Color convert

RGB 204 162 20 -
CMYK 0 0.21 0.90 0.2
HSL 46.3º 0.82% 0.44% -
HSV(B) 46.3º 0.9% 0.8% -
XYZ 37.95 38.73 6.14 -
YUV 158.37 49.91 160.55 -
System Red Green Blue C M Y K H S L
Decimal 204 162 20 0 0.21 0.90 0.2 46.3 0.82 0.44
Hex CC A2 14 0 15 5A 14 2E 52 2C
Octal 314 242 24 0 25 132 24 56 122 54
Binary 11001100 10100010 10100 0 10101 1011010 10100 101110 1010010 101100

Color Harmonies of #CCA214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA214

Black with #CCA214

Text Example


Text Example

White with #CCA214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA214; }

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

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

background-color css

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

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

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

border-color css

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

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

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