Html Css Color HEX #CCA104 Buddha Gold

📋 copy color: '#CCA104'

red 204 ◦ green 161 ◦ blue 4

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

Shades of Buddha Gold #CCA104

Tints of Buddha Gold #CCA104

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.63%

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

R = 55.28%
G = 43.63%
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

#CCA104 (or 0xCCA104) is known color: Buddha Gold. HEX triplet: CC, A1 and 04. RGB value is (204,161,4). Sum of RGB (Red+Green+Blue) = 204+161+4=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA104 is #335EFB. Grayscale: #9C9C9C. Windows color (decimal): -3366652 or 303564. OLE color: 303564.

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

Color convert

RGB 204 161 4 -
CMYK 0 0.21 0.98 0.2
HSL 47.1º 0.96% 0.41% -
HSV(B) 47.1º 0.98% 0.8% -
XYZ 37.67 38.34 5.53 -
YUV 155.96 42.25 162.27 -
System Red Green Blue C M Y K H S L
Decimal 204 161 4 0 0.21 0.98 0.2 47.1 0.96 0.41
Hex CC A1 4 0 15 62 14 2F 60 29
Octal 314 241 4 0 25 142 24 57 140 51
Binary 11001100 10100001 100 0 10101 1100010 10100 101111 1100000 101001

Color Harmonies of #CCA104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA104

Black with #CCA104

Text Example


Text Example

White with #CCA104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA104; }

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

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

background-color css

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

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

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

border-color css

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

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

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