Html Css Color HEX #CCA315 Buddha Gold

📋 copy color: '#CCA315'

red 204 ◦ green 163 ◦ blue 21

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

Shades of Buddha Gold #CCA315

Tints of Buddha Gold #CCA315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.41%

R = 52.58%
G = 42.01%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCA315 (or 0xCCA315) is known color: Buddha Gold. HEX triplet: CC, A3 and 15. RGB value is (204,163,21). Sum of RGB (Red+Green+Blue) = 204+163+21=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA315 is #335CEA. Grayscale: #9F9F9F. Windows color (decimal): -3366123 or 1418188. OLE color: 1418188.

HSL color Cylindrical-coordinate representation of color #CCA315: hue angle of 46.56º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCA315 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 163 21 -
CMYK 0 0.20 0.90 0.2
HSL 46.56º 0.81% 0.44% -
HSV(B) 46.56º 0.9% 0.8% -
XYZ 38.13 39.09 6.24 -
YUV 159.07 50.08 160.05 -
System Red Green Blue C M Y K H S L
Decimal 204 163 21 0 0.20 0.90 0.2 46.56 0.81 0.44
Hex CC A3 15 0 14 5A 14 2F 51 2C
Octal 314 243 25 0 24 132 24 57 121 54
Binary 11001100 10100011 10101 0 10100 1011010 10100 101111 1010001 101100

Color Harmonies of #CCA315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA315

Black with #CCA315

Text Example


Text Example

White with #CCA315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA315; }

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

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

background-color css

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

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

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

border-color css

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

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

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