Html Css Color HEX #CCA40C Buddha Gold

📋 copy color: '#CCA40C'

red 204 ◦ green 164 ◦ blue 12

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

Shades of Buddha Gold #CCA40C

Tints of Buddha Gold #CCA40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.16%

R = 53.68%
G = 43.16%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCA40C (or 0xCCA40C) is known color: Buddha Gold. HEX triplet: CC, A4 and 0C. RGB value is (204,164,12). Sum of RGB (Red+Green+Blue) = 204+164+12=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA40C is #335BF3. Grayscale: #9F9F9F. Windows color (decimal): -3365876 or 828620. OLE color: 828620.

HSL color Cylindrical-coordinate representation of color #CCA40C: hue angle of 47.5º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCA40C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 12 -
CMYK 0 0.20 0.94 0.2
HSL 47.5º 0.89% 0.42% -
HSV(B) 47.5º 0.94% 0.8% -
XYZ 38.24 39.41 5.94 -
YUV 158.63 45.25 160.36 -
System Red Green Blue C M Y K H S L
Decimal 204 164 12 0 0.20 0.94 0.2 47.5 0.89 0.42
Hex CC A4 C 0 14 5E 14 30 59 2A
Octal 314 244 14 0 24 136 24 60 131 52
Binary 11001100 10100100 1100 0 10100 1011110 10100 110000 1011001 101010

Color Harmonies of #CCA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA40C

Black with #CCA40C

Text Example


Text Example

White with #CCA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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