Html Css Color HEX #CC9113 Buddha Gold

📋 copy color: '#CC9113'

red 204 ◦ green 145 ◦ blue 19

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

Shades of Buddha Gold #CC9113

Tints of Buddha Gold #CC9113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 55.43%
G = 39.4%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC9113 (or 0xCC9113) is known color: Buddha Gold. HEX triplet: CC, 91 and 13. RGB value is (204,145,19). Sum of RGB (Red+Green+Blue) = 204+145+19=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9113 is #336EEC. Grayscale: #949494. Windows color (decimal): -3370733 or 1282508. OLE color: 1282508.

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

Color convert

RGB 204 145 19 -
CMYK 0 0.29 0.91 0.2
HSL 40.86º 0.83% 0.44% -
HSV(B) 40.86º 0.91% 0.8% -
XYZ 35.14 33.14 5.16 -
YUV 148.28 55.05 167.75 -
System Red Green Blue C M Y K H S L
Decimal 204 145 19 0 0.29 0.91 0.2 40.86 0.83 0.44
Hex CC 91 13 0 1D 5B 14 29 53 2C
Octal 314 221 23 0 35 133 24 51 123 54
Binary 11001100 10010001 10011 0 11101 1011011 10100 101001 1010011 101100

Color Harmonies of #CC9113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9113

Black with #CC9113

Text Example


Text Example

White with #CC9113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9113; }

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

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

background-color css

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

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

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

border-color css

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

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

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