Html Css Color HEX #C47108 Dark Goldenrod

📋 copy color: '#C47108'

red 196 ◦ green 113 ◦ blue 8

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

Shades of Dark Goldenrod #C47108

Tints of Dark Goldenrod #C47108

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.65%

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

R = 61.83%
G = 35.65%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C47108 (or 0xC47108) is known color: Dark Goldenrod. HEX triplet: C4, 71 and 08. RGB value is (196,113,8). Sum of RGB (Red+Green+Blue) = 196+113+8=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C47108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47108 is #3B8EF7. Grayscale: #7E7E7E. Windows color (decimal): -3903224 or 553412. OLE color: 553412.

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

Color convert

RGB 196 113 8 -
CMYK 0 0.42 0.96 0.23
HSL 33.51º 0.92% 0.4% -
HSV(B) 33.51º 0.96% 0.77% -
XYZ 28.71 23.56 3.26 -
YUV 125.85 61.5 178.04 -
System Red Green Blue C M Y K H S L
Decimal 196 113 8 0 0.42 0.96 0.23 33.51 0.92 0.4
Hex C4 71 8 0 2A 60 17 22 5C 28
Octal 304 161 10 0 52 140 27 42 134 50
Binary 11000100 1110001 1000 0 101010 1100000 10111 100010 1011100 101000

Color Harmonies of #C47108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47108

Black with #C47108

Text Example


Text Example

White with #C47108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47108; }

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

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

background-color css

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

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

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

border-color css

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

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

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