Html Css Color HEX #CC9810 Buddha Gold

📋 copy color: '#CC9810'

red 204 ◦ green 152 ◦ blue 16

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

Shades of Buddha Gold #CC9810

Tints of Buddha Gold #CC9810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.86%

 BLUE value IS 16 (6.64% from 255) = 4.3%

R = 54.84%
G = 40.86%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC9810 (or 0xCC9810) is known color: Buddha Gold. HEX triplet: CC, 98 and 10. RGB value is (204,152,16). Sum of RGB (Red+Green+Blue) = 204+152+16=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9810 is #3367EF. Grayscale: #989898. Windows color (decimal): -3368944 or 1087692. OLE color: 1087692.

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

Color convert

RGB 204 152 16 -
CMYK 0 0.25 0.92 0.2
HSL 43.4º 0.85% 0.43% -
HSV(B) 43.4º 0.92% 0.8% -
XYZ 36.22 35.33 5.4 -
YUV 152.04 51.23 165.06 -
System Red Green Blue C M Y K H S L
Decimal 204 152 16 0 0.25 0.92 0.2 43.4 0.85 0.43
Hex CC 98 10 0 19 5C 14 2B 55 2B
Octal 314 230 20 0 31 134 24 53 125 53
Binary 11001100 10011000 10000 0 11001 1011100 10100 101011 1010101 101011

Color Harmonies of #CC9810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9810

Black with #CC9810

Text Example


Text Example

White with #CC9810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9810; }

 p { color: rgb(204,152,16); }

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

background-color css

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

 a { background-color: rgb(204,152,16); }

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

border-color css

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

 span { border-color: rgb(204,152,16); }

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