Html Css Color HEX #C39D1F Buddha Gold

📋 copy color: '#C39D1F'

red 195 ◦ green 157 ◦ blue 31

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

Shades of Buddha Gold #C39D1F

Tints of Buddha Gold #C39D1F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.99%

 BLUE value IS 31 (12.5% from 255) = 8.09%

R = 50.91%
G = 40.99%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C39D1F (or 0xC39D1F) is known color: Buddha Gold. HEX triplet: C3, 9D and 1F. RGB value is (195,157,31). Sum of RGB (Red+Green+Blue) = 195+157+31=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39D1F is #3C62E0. Grayscale: #9A9A9A. Windows color (decimal): -3957473 or 2072003. OLE color: 2072003.

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

Color convert

RGB 195 157 31 -
CMYK 0 0.19 0.84 0.24
HSL 46.1º 0.73% 0.44% -
HSV(B) 46.1º 0.84% 0.76% -
XYZ 34.81 35.81 6.37 -
YUV 154 58.59 157.25 -
System Red Green Blue C M Y K H S L
Decimal 195 157 31 0 0.19 0.84 0.24 46.1 0.73 0.44
Hex C3 9D 1F 0 13 54 18 2E 49 2C
Octal 303 235 37 0 23 124 30 56 111 54
Binary 11000011 10011101 11111 0 10011 1010100 11000 101110 1001001 101100

Color Harmonies of #C39D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39D1F

Black with #C39D1F

Text Example


Text Example

White with #C39D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39D1F; }

 p { color: rgb(195,157,31); }

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

background-color css

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

 a { background-color: rgb(195,157,31); }

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

border-color css

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

 span { border-color: rgb(195,157,31); }

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