Html Css Color HEX #CCA612 Buddha Gold

📋 copy color: '#CCA612'

red 204 ◦ green 166 ◦ blue 18

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

Shades of Buddha Gold #CCA612

Tints of Buddha Gold #CCA612

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.78%

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

R = 52.58%
G = 42.78%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCA612 (or 0xCCA612) is known color: Buddha Gold. HEX triplet: CC, A6 and 12. RGB value is (204,166,18). Sum of RGB (Red+Green+Blue) = 204+166+18=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA612 is #3359ED. Grayscale: #A1A1A1. Windows color (decimal): -3365358 or 1222348. OLE color: 1222348.

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

Color convert

RGB 204 166 18 -
CMYK 0 0.19 0.91 0.2
HSL 47.74º 0.84% 0.44% -
HSV(B) 47.74º 0.91% 0.8% -
XYZ 38.65 40.15 6.29 -
YUV 160.49 47.59 159.03 -
System Red Green Blue C M Y K H S L
Decimal 204 166 18 0 0.19 0.91 0.2 47.74 0.84 0.44
Hex CC A6 12 0 13 5B 14 30 54 2C
Octal 314 246 22 0 23 133 24 60 124 54
Binary 11001100 10100110 10010 0 10011 1011011 10100 110000 1010100 101100

Color Harmonies of #CCA612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA612

Black with #CCA612

Text Example


Text Example

White with #CCA612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA612; }

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

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

background-color css

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

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

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

border-color css

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

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

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