Html Css Color HEX #C39808 Buddha Gold

📋 copy color: '#C39808'

red 195 ◦ green 152 ◦ blue 8

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

Shades of Buddha Gold #C39808

Tints of Buddha Gold #C39808

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 54.93%
G = 42.82%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C39808 (or 0xC39808) is known color: Buddha Gold. HEX triplet: C3, 98 and 08. RGB value is (195,152,8). Sum of RGB (Red+Green+Blue) = 195+152+8=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C39808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39808 is #3C67F7. Grayscale: #959595. Windows color (decimal): -3958776 or 563395. OLE color: 563395.

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

Color convert

RGB 195 152 8 -
CMYK 0 0.22 0.96 0.24
HSL 46.2º 0.92% 0.4% -
HSV(B) 46.2º 0.96% 0.76% -
XYZ 33.78 34.08 5.03 -
YUV 148.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 195 152 8 0 0.22 0.96 0.24 46.2 0.92 0.4
Hex C3 98 8 0 16 60 18 2E 5C 28
Octal 303 230 10 0 26 140 30 56 134 50
Binary 11000011 10011000 1000 0 10110 1100000 11000 101110 1011100 101000

Color Harmonies of #C39808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39808

Black with #C39808

Text Example


Text Example

White with #C39808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39808; }

 p { color: rgb(195,152,8); }

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

background-color css

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

 a { background-color: rgb(195,152,8); }

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

border-color css

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

 span { border-color: rgb(195,152,8); }

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