Html Css Color HEX #CCA611 Buddha Gold

📋 copy color: '#CCA611'

red 204 ◦ green 166 ◦ blue 17

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

Shades of Buddha Gold #CCA611

Tints of Buddha Gold #CCA611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.39%

R = 52.71%
G = 42.89%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCA611 (or 0xCCA611) is known color: Buddha Gold. HEX triplet: CC, A6 and 11. RGB value is (204,166,17). Sum of RGB (Red+Green+Blue) = 204+166+17=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA611 is #3359EE. Grayscale: #A1A1A1. Windows color (decimal): -3365359 or 1156812. OLE color: 1156812.

HSL color Cylindrical-coordinate representation of color #CCA611: hue angle of 47.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCA611 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 166 17 -
CMYK 0 0.19 0.92 0.2
HSL 47.81º 0.85% 0.43% -
HSV(B) 47.81º 0.92% 0.8% -
XYZ 38.64 40.15 6.24 -
YUV 160.38 47.09 159.12 -
System Red Green Blue C M Y K H S L
Decimal 204 166 17 0 0.19 0.92 0.2 47.81 0.85 0.43
Hex CC A6 11 0 13 5C 14 30 55 2B
Octal 314 246 21 0 23 134 24 60 125 53
Binary 11001100 10100110 10001 0 10011 1011100 10100 110000 1010101 101011

Color Harmonies of #CCA611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA611

Black with #CCA611

Text Example


Text Example

White with #CCA611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA611; }

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

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

background-color css

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

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

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

border-color css

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

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

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