Html Css Color HEX #CCA211 Buddha Gold

📋 copy color: '#CCA211'

red 204 ◦ green 162 ◦ blue 17

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

Shades of Buddha Gold #CCA211

Tints of Buddha Gold #CCA211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.3%

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

R = 53.26%
G = 42.3%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCA211 (or 0xCCA211) is known color: Buddha Gold. HEX triplet: CC, A2 and 11. RGB value is (204,162,17). Sum of RGB (Red+Green+Blue) = 204+162+17=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA211 is #335DEE. Grayscale: #9E9E9E. Windows color (decimal): -3366383 or 1155788. OLE color: 1155788.

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

Color convert

RGB 204 162 17 -
CMYK 0 0.21 0.92 0.2
HSL 46.52º 0.85% 0.43% -
HSV(B) 46.52º 0.92% 0.8% -
XYZ 37.92 38.72 6 -
YUV 158.03 48.41 160.79 -
System Red Green Blue C M Y K H S L
Decimal 204 162 17 0 0.21 0.92 0.2 46.52 0.85 0.43
Hex CC A2 11 0 15 5C 14 2F 55 2B
Octal 314 242 21 0 25 134 24 57 125 53
Binary 11001100 10100010 10001 0 10101 1011100 10100 101111 1010101 101011

Color Harmonies of #CCA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA211

Black with #CCA211

Text Example


Text Example

White with #CCA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA211; }

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

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

background-color css

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

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

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

border-color css

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

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

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