Html Css Color HEX #CCA204 Buddha Gold

📋 copy color: '#CCA204'

red 204 ◦ green 162 ◦ blue 4

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

Shades of Buddha Gold #CCA204

Tints of Buddha Gold #CCA204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 55.14%
G = 43.78%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCA204 (or 0xCCA204) is known color: Buddha Gold. HEX triplet: CC, A2 and 04. RGB value is (204,162,4). Sum of RGB (Red+Green+Blue) = 204+162+4=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA204 is #335DFB. Grayscale: #9D9D9D. Windows color (decimal): -3366396 or 303820. OLE color: 303820.

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

Color convert

RGB 204 162 4 -
CMYK 0 0.21 0.98 0.2
HSL 47.4º 0.96% 0.41% -
HSV(B) 47.4º 0.98% 0.8% -
XYZ 37.84 38.69 5.59 -
YUV 156.55 41.91 161.85 -
System Red Green Blue C M Y K H S L
Decimal 204 162 4 0 0.21 0.98 0.2 47.4 0.96 0.41
Hex CC A2 4 0 15 62 14 2F 60 29
Octal 314 242 4 0 25 142 24 57 140 51
Binary 11001100 10100010 100 0 10101 1100010 10100 101111 1100000 101001

Color Harmonies of #CCA204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA204

Black with #CCA204

Text Example


Text Example

White with #CCA204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA204; }

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

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

background-color css

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

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

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

border-color css

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

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

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