Html Css Color HEX #C39408 Dark Goldenrod

📋 copy color: '#C39408'

red 195 ◦ green 148 ◦ blue 8

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

Shades of Dark Goldenrod #C39408

Tints of Dark Goldenrod #C39408

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

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

R = 55.56%
G = 42.17%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C39408 (or 0xC39408) is known color: Dark Goldenrod. HEX triplet: C3, 94 and 08. RGB value is (195,148,8). Sum of RGB (Red+Green+Blue) = 195+148+8=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C39408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39408 is #3C6BF7. Grayscale: #929292. Windows color (decimal): -3959800 or 562371. OLE color: 562371.

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

Color convert

RGB 195 148 8 -
CMYK 0 0.24 0.96 0.24
HSL 44.92º 0.92% 0.4% -
HSV(B) 44.92º 0.96% 0.76% -
XYZ 33.14 32.8 4.81 -
YUV 146.09 50.07 162.88 -
System Red Green Blue C M Y K H S L
Decimal 195 148 8 0 0.24 0.96 0.24 44.92 0.92 0.4
Hex C3 94 8 0 18 60 18 2D 5C 28
Octal 303 224 10 0 30 140 30 55 134 50
Binary 11000011 10010100 1000 0 11000 1100000 11000 101101 1011100 101000

Color Harmonies of #C39408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39408

Black with #C39408

Text Example


Text Example

White with #C39408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39408; }

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

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

background-color css

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

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

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

border-color css

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

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

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