Html Css Color HEX #C39308 Dark Goldenrod

📋 copy color: '#C39308'

red 195 ◦ green 147 ◦ blue 8

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

Shades of Dark Goldenrod #C39308

Tints of Dark Goldenrod #C39308

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42%

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

R = 55.71%
G = 42%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C39308 (or 0xC39308) is known color: Dark Goldenrod. HEX triplet: C3, 93 and 08. RGB value is (195,147,8). Sum of RGB (Red+Green+Blue) = 195+147+8=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C39308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39308 is #3C6CF7. Grayscale: #929292. Windows color (decimal): -3960056 or 562115. OLE color: 562115.

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

Color convert

RGB 195 147 8 -
CMYK 0 0.25 0.96 0.24
HSL 44.6º 0.92% 0.4% -
HSV(B) 44.6º 0.96% 0.76% -
XYZ 32.98 32.49 4.76 -
YUV 145.51 50.4 163.3 -
System Red Green Blue C M Y K H S L
Decimal 195 147 8 0 0.25 0.96 0.24 44.6 0.92 0.4
Hex C3 93 8 0 19 60 18 2D 5C 28
Octal 303 223 10 0 31 140 30 55 134 50
Binary 11000011 10010011 1000 0 11001 1100000 11000 101101 1011100 101000

Color Harmonies of #C39308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39308

Black with #C39308

Text Example


Text Example

White with #C39308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39308; }

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

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

background-color css

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

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

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

border-color css

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

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

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