Html Css Color HEX #CCA117 Buddha Gold

📋 copy color: '#CCA117'

red 204 ◦ green 161 ◦ blue 23

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

Shades of Buddha Gold #CCA117

Tints of Buddha Gold #CCA117

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.49%

 BLUE value IS 23 (9.38% from 255) = 5.93%

R = 52.58%
G = 41.49%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCA117 (or 0xCCA117) is known color: Buddha Gold. HEX triplet: CC, A1 and 17. RGB value is (204,161,23). Sum of RGB (Red+Green+Blue) = 204+161+23=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 23 (9.38% from 255 or 5.93% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA117 is #335EE8. Grayscale: #9E9E9E. Windows color (decimal): -3366633 or 1548748. OLE color: 1548748.

HSL color Cylindrical-coordinate representation of color #CCA117: hue angle of 45.75º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCA117 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 23 -
CMYK 0 0.21 0.89 0.2
HSL 45.75º 0.8% 0.45% -
HSV(B) 45.75º 0.89% 0.8% -
XYZ 37.8 38.39 6.23 -
YUV 158.13 51.75 160.72 -
System Red Green Blue C M Y K H S L
Decimal 204 161 23 0 0.21 0.89 0.2 45.75 0.8 0.45
Hex CC A1 17 0 15 59 14 2E 50 2D
Octal 314 241 27 0 25 131 24 56 120 55
Binary 11001100 10100001 10111 0 10101 1011001 10100 101110 1010000 101101

Color Harmonies of #CCA117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA117

Black with #CCA117

Text Example


Text Example

White with #CCA117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA117; }

 p { color: rgb(204,161,23); }

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

background-color css

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

 a { background-color: rgb(204,161,23); }

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

border-color css

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

 span { border-color: rgb(204,161,23); }

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