Html Css Color HEX #C39A04 Buddha Gold

📋 copy color: '#C39A04'

red 195 ◦ green 154 ◦ blue 4

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

Shades of Buddha Gold #C39A04

Tints of Buddha Gold #C39A04

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.63%

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

R = 55.24%
G = 43.63%
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

#C39A04 (or 0xC39A04) is known color: Buddha Gold. HEX triplet: C3, 9A and 04. RGB value is (195,154,4). Sum of RGB (Red+Green+Blue) = 195+154+4=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39A04 is #3C65FB. Grayscale: #959595. Windows color (decimal): -3958268 or 301763. OLE color: 301763.

HSL color Cylindrical-coordinate representation of color #C39A04: hue angle of 47.12º 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 #C39A04 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 154 4 -
CMYK 0 0.21 0.98 0.24
HSL 47.12º 0.96% 0.39% -
HSV(B) 47.12º 0.98% 0.76% -
XYZ 34.08 34.72 5.02 -
YUV 149.16 46.08 160.7 -
System Red Green Blue C M Y K H S L
Decimal 195 154 4 0 0.21 0.98 0.24 47.12 0.96 0.39
Hex C3 9A 4 0 15 62 18 2F 60 27
Octal 303 232 4 0 25 142 30 57 140 47
Binary 11000011 10011010 100 0 10101 1100010 11000 101111 1100000 100111

Color Harmonies of #C39A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39A04

Black with #C39A04

Text Example


Text Example

White with #C39A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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