Html Css Color HEX #CCA013 Buddha Gold

📋 copy color: '#CCA013'

red 204 ◦ green 160 ◦ blue 19

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

Shades of Buddha Gold #CCA013

Tints of Buddha Gold #CCA013

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.78%

 BLUE value IS 19 (7.81% from 255) = 4.96%

R = 53.26%
G = 41.78%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCA013 (or 0xCCA013) is known color: Buddha Gold. HEX triplet: CC, A0 and 13. RGB value is (204,160,19). Sum of RGB (Red+Green+Blue) = 204+160+19=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA013 is #335FEC. Grayscale: #9D9D9D. Windows color (decimal): -3366893 or 1286348. OLE color: 1286348.

HSL color Cylindrical-coordinate representation of color #CCA013: hue angle of 45.73º degrees, saturation: 0.83, 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 #CCA013 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 19 -
CMYK 0 0.22 0.91 0.2
HSL 45.73º 0.83% 0.44% -
HSV(B) 45.73º 0.91% 0.8% -
XYZ 37.59 38.03 5.97 -
YUV 157.08 50.08 161.46 -
System Red Green Blue C M Y K H S L
Decimal 204 160 19 0 0.22 0.91 0.2 45.73 0.83 0.44
Hex CC A0 13 0 16 5B 14 2E 53 2C
Octal 314 240 23 0 26 133 24 56 123 54
Binary 11001100 10100000 10011 0 10110 1011011 10100 101110 1010011 101100

Color Harmonies of #CCA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA013

Black with #CCA013

Text Example


Text Example

White with #CCA013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA013; }

 p { color: rgb(204,160,19); }

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

background-color css

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

 a { background-color: rgb(204,160,19); }

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

border-color css

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

 span { border-color: rgb(204,160,19); }

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