Html Css Color HEX #C39B04 Buddha Gold

📋 copy color: '#C39B04'

red 195 ◦ green 155 ◦ blue 4

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

Shades of Buddha Gold #C39B04

Tints of Buddha Gold #C39B04

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.79%

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 55.08%
G = 43.79%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C39B04 (or 0xC39B04) is known color: Buddha Gold. HEX triplet: C3, 9B and 04. RGB value is (195,155,4). Sum of RGB (Red+Green+Blue) = 195+155+4=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39B04 is #3C64FB. Grayscale: #969696. Windows color (decimal): -3958012 or 302019. OLE color: 302019.

HSL color Cylindrical-coordinate representation of color #C39B04: hue angle of 47.43º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C39B04 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 155 4 -
CMYK 0 0.21 0.98 0.24
HSL 47.43º 0.96% 0.39% -
HSV(B) 47.43º 0.98% 0.76% -
XYZ 34.25 35.05 5.08 -
YUV 149.75 45.75 160.28 -
System Red Green Blue C M Y K H S L
Decimal 195 155 4 0 0.21 0.98 0.24 47.43 0.96 0.39
Hex C3 9B 4 0 15 62 18 2F 60 27
Octal 303 233 4 0 25 142 30 57 140 47
Binary 11000011 10011011 100 0 10101 1100010 11000 101111 1100000 100111

Color Harmonies of #C39B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39B04

Black with #C39B04

Text Example


Text Example

White with #C39B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39B04; }

 p { color: rgb(195,155,4); }

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

background-color css

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

 a { background-color: rgb(195,155,4); }

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

border-color css

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

 span { border-color: rgb(195,155,4); }

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