Html Css Color HEX #CC9119 Buddha Gold

📋 copy color: '#CC9119'

red 204 ◦ green 145 ◦ blue 25

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

Shades of Buddha Gold #CC9119

Tints of Buddha Gold #CC9119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.68%

R = 54.55%
G = 38.77%
B = 6.68%

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

#CC9119 (or 0xCC9119) is known color: Buddha Gold. HEX triplet: CC, 91 and 19. RGB value is (204,145,25). Sum of RGB (Red+Green+Blue) = 204+145+25=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9119 is #336EE6. Grayscale: #959595. Windows color (decimal): -3370727 or 1675724. OLE color: 1675724.

HSL color Cylindrical-coordinate representation of color #CC9119: hue angle of 40.22º degrees, saturation: 0.78, 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 #CC9119 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 145 25 -
CMYK 0 0.29 0.88 0.2
HSL 40.22º 0.78% 0.45% -
HSV(B) 40.22º 0.88% 0.8% -
XYZ 35.2 33.16 5.46 -
YUV 148.96 58.05 167.26 -
System Red Green Blue C M Y K H S L
Decimal 204 145 25 0 0.29 0.88 0.2 40.22 0.78 0.45
Hex CC 91 19 0 1D 58 14 28 4E 2D
Octal 314 221 31 0 35 130 24 50 116 55
Binary 11001100 10010001 11001 0 11101 1011000 10100 101000 1001110 101101

Color Harmonies of #CC9119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9119

Black with #CC9119

Text Example


Text Example

White with #CC9119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9119; }

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

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

background-color css

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

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

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

border-color css

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

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

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