Html Css Color HEX #CC9E13 Buddha Gold

📋 copy color: '#CC9E13'

red 204 ◦ green 158 ◦ blue 19

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

Shades of Buddha Gold #CC9E13

Tints of Buddha Gold #CC9E13

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.47%

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

R = 53.54%
G = 41.47%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC9E13 (or 0xCC9E13) is known color: Buddha Gold. HEX triplet: CC, 9E and 13. RGB value is (204,158,19). Sum of RGB (Red+Green+Blue) = 204+158+19=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9E13 is #3361EC. Grayscale: #9C9C9C. Windows color (decimal): -3367405 or 1285836. OLE color: 1285836.

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

Color convert

RGB 204 158 19 -
CMYK 0 0.23 0.91 0.2
HSL 45.08º 0.83% 0.44% -
HSV(B) 45.08º 0.91% 0.8% -
XYZ 37.25 37.34 5.86 -
YUV 155.91 50.74 162.3 -
System Red Green Blue C M Y K H S L
Decimal 204 158 19 0 0.23 0.91 0.2 45.08 0.83 0.44
Hex CC 9E 13 0 17 5B 14 2D 53 2C
Octal 314 236 23 0 27 133 24 55 123 54
Binary 11001100 10011110 10011 0 10111 1011011 10100 101101 1010011 101100

Color Harmonies of #CC9E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E13

Black with #CC9E13

Text Example


Text Example

White with #CC9E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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