Html Css Color HEX #CC9118 Buddha Gold

📋 copy color: '#CC9118'

red 204 ◦ green 145 ◦ blue 24

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

Shades of Buddha Gold #CC9118

Tints of Buddha Gold #CC9118

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.87%

 BLUE value IS 24 (9.77% from 255) = 6.43%

R = 54.69%
G = 38.87%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC9118 (or 0xCC9118) is known color: Buddha Gold. HEX triplet: CC, 91 and 18. RGB value is (204,145,24). Sum of RGB (Red+Green+Blue) = 204+145+24=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9118 is #336EE7. Grayscale: #959595. Windows color (decimal): -3370728 or 1610188. OLE color: 1610188.

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

Color convert

RGB 204 145 24 -
CMYK 0 0.29 0.88 0.2
HSL 40.33º 0.79% 0.45% -
HSV(B) 40.33º 0.88% 0.8% -
XYZ 35.19 33.15 5.41 -
YUV 148.85 57.55 167.34 -
System Red Green Blue C M Y K H S L
Decimal 204 145 24 0 0.29 0.88 0.2 40.33 0.79 0.45
Hex CC 91 18 0 1D 58 14 28 4F 2D
Octal 314 221 30 0 35 130 24 50 117 55
Binary 11001100 10010001 11000 0 11101 1011000 10100 101000 1001111 101101

Color Harmonies of #CC9118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9118

Black with #CC9118

Text Example


Text Example

White with #CC9118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9118; }

 p { color: rgb(204,145,24); }

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

background-color css

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

 a { background-color: rgb(204,145,24); }

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

border-color css

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

 span { border-color: rgb(204,145,24); }

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