Html Css Color HEX #CCA312 Buddha Gold

📋 copy color: '#CCA312'

red 204 ◦ green 163 ◦ blue 18

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

Shades of Buddha Gold #CCA312

Tints of Buddha Gold #CCA312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.68%

R = 52.99%
G = 42.34%
B = 4.68%

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

#CCA312 (or 0xCCA312) is known color: Buddha Gold. HEX triplet: CC, A3 and 12. RGB value is (204,163,18). Sum of RGB (Red+Green+Blue) = 204+163+18=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA312 is #335CED. Grayscale: #9F9F9F. Windows color (decimal): -3366126 or 1221580. OLE color: 1221580.

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

Color convert

RGB 204 163 18 -
CMYK 0 0.20 0.91 0.2
HSL 46.77º 0.84% 0.44% -
HSV(B) 46.77º 0.91% 0.8% -
XYZ 38.11 39.08 6.11 -
YUV 158.73 48.58 160.29 -
System Red Green Blue C M Y K H S L
Decimal 204 163 18 0 0.20 0.91 0.2 46.77 0.84 0.44
Hex CC A3 12 0 14 5B 14 2F 54 2C
Octal 314 243 22 0 24 133 24 57 124 54
Binary 11001100 10100011 10010 0 10100 1011011 10100 101111 1010100 101100

Color Harmonies of #CCA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA312

Black with #CCA312

Text Example


Text Example

White with #CCA312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA312; }

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

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

background-color css

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

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

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

border-color css

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

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

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