Html Css Color HEX #C47508 Dark Goldenrod

📋 copy color: '#C47508'

red 196 ◦ green 117 ◦ blue 8

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

Shades of Dark Goldenrod #C47508

Tints of Dark Goldenrod #C47508

RGB

 RED value IS 196 (76.95% from 255) = 61.06%

 GREEN value IS 117 (46.09% from 255) = 36.45%

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

R = 61.06%
G = 36.45%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C47508 (or 0xC47508) is known color: Dark Goldenrod. HEX triplet: C4, 75 and 08. RGB value is (196,117,8). Sum of RGB (Red+Green+Blue) = 196+117+8=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C47508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47508 is #3B8AF7. Grayscale: #808080. Windows color (decimal): -3902200 or 554436. OLE color: 554436.

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

Color convert

RGB 196 117 8 -
CMYK 0 0.40 0.96 0.23
HSL 34.79º 0.92% 0.4% -
HSV(B) 34.79º 0.96% 0.77% -
XYZ 29.17 24.48 3.42 -
YUV 128.2 60.17 176.36 -
System Red Green Blue C M Y K H S L
Decimal 196 117 8 0 0.40 0.96 0.23 34.79 0.92 0.4
Hex C4 75 8 0 28 60 17 23 5C 28
Octal 304 165 10 0 50 140 27 43 134 50
Binary 11000100 1110101 1000 0 101000 1100000 10111 100011 1011100 101000

Color Harmonies of #C47508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47508

Black with #C47508

Text Example


Text Example

White with #C47508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47508; }

 p { color: rgb(196,117,8); }

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

background-color css

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

 a { background-color: rgb(196,117,8); }

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

border-color css

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

 span { border-color: rgb(196,117,8); }

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