Html Css Color HEX #C38408 Dark Goldenrod

📋 copy color: '#C38408'

red 195 ◦ green 132 ◦ blue 8

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

Shades of Dark Goldenrod #C38408

Tints of Dark Goldenrod #C38408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.4%

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

R = 58.21%
G = 39.4%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C38408 (or 0xC38408) is known color: Dark Goldenrod. HEX triplet: C3, 84 and 08. RGB value is (195,132,8). Sum of RGB (Red+Green+Blue) = 195+132+8=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C38408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38408 is #3C7BF7. Grayscale: #898989. Windows color (decimal): -3963896 or 558275. OLE color: 558275.

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

Color convert

RGB 195 132 8 -
CMYK 0 0.32 0.96 0.24
HSL 39.79º 0.92% 0.4% -
HSV(B) 39.79º 0.96% 0.76% -
XYZ 30.8 28.12 4.03 -
YUV 136.7 55.37 169.58 -
System Red Green Blue C M Y K H S L
Decimal 195 132 8 0 0.32 0.96 0.24 39.79 0.92 0.4
Hex C3 84 8 0 20 60 18 28 5C 28
Octal 303 204 10 0 40 140 30 50 134 50
Binary 11000011 10000100 1000 0 100000 1100000 11000 101000 1011100 101000

Color Harmonies of #C38408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38408

Black with #C38408

Text Example


Text Example

White with #C38408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38408; }

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

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

background-color css

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

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

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

border-color css

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

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

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