Html Css Color HEX #C39F11 Buddha Gold

📋 copy color: '#C39F11'

red 195 ◦ green 159 ◦ blue 17

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

Shades of Buddha Gold #C39F11

Tints of Buddha Gold #C39F11

RGB

 RED value IS 195 (76.56% from 255) = 52.56%

 GREEN value IS 159 (62.5% from 255) = 42.86%

 BLUE value IS 17 (7.03% from 255) = 4.58%

R = 52.56%
G = 42.86%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C39F11 (or 0xC39F11) is known color: Buddha Gold. HEX triplet: C3, 9F and 11. RGB value is (195,159,17). Sum of RGB (Red+Green+Blue) = 195+159+17=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39F11 is #3C60EE. Grayscale: #9A9A9A. Windows color (decimal): -3956975 or 1155011. OLE color: 1155011.

HSL color Cylindrical-coordinate representation of color #C39F11: hue angle of 47.87º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C39F11 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 159 17 -
CMYK 0 0.18 0.91 0.24
HSL 47.87º 0.84% 0.42% -
HSV(B) 47.87º 0.91% 0.76% -
XYZ 35 36.44 5.72 -
YUV 153.58 50.93 157.55 -
System Red Green Blue C M Y K H S L
Decimal 195 159 17 0 0.18 0.91 0.24 47.87 0.84 0.42
Hex C3 9F 11 0 12 5B 18 30 54 2A
Octal 303 237 21 0 22 133 30 60 124 52
Binary 11000011 10011111 10001 0 10010 1011011 11000 110000 1010100 101010

Color Harmonies of #C39F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39F11

Black with #C39F11

Text Example


Text Example

White with #C39F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39F11; }

 p { color: rgb(195,159,17); }

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

background-color css

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

 a { background-color: rgb(195,159,17); }

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

border-color css

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

 span { border-color: rgb(195,159,17); }

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