Html Css Color HEX #CCA313 Buddha Gold

📋 copy color: '#CCA313'

red 204 ◦ green 163 ◦ blue 19

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

Shades of Buddha Gold #CCA313

Tints of Buddha Gold #CCA313

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.23%

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

R = 52.85%
G = 42.23%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCA313 (or 0xCCA313) is known color: Buddha Gold. HEX triplet: CC, A3 and 13. RGB value is (204,163,19). Sum of RGB (Red+Green+Blue) = 204+163+19=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA313 is #335CEC. Grayscale: #9F9F9F. Windows color (decimal): -3366125 or 1287116. OLE color: 1287116.

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

Color convert

RGB 204 163 19 -
CMYK 0 0.20 0.91 0.2
HSL 46.7º 0.83% 0.44% -
HSV(B) 46.7º 0.91% 0.8% -
XYZ 38.12 39.08 6.15 -
YUV 158.84 49.08 160.21 -
System Red Green Blue C M Y K H S L
Decimal 204 163 19 0 0.20 0.91 0.2 46.7 0.83 0.44
Hex CC A3 13 0 14 5B 14 2F 53 2C
Octal 314 243 23 0 24 133 24 57 123 54
Binary 11001100 10100011 10011 0 10100 1011011 10100 101111 1010011 101100

Color Harmonies of #CCA313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA313

Black with #CCA313

Text Example


Text Example

White with #CCA313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA313; }

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

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

background-color css

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

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

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

border-color css

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

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

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