Html Css Color HEX #C47E08 Dark Goldenrod

📋 copy color: '#C47E08'

red 196 ◦ green 126 ◦ blue 8

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

Shades of Dark Goldenrod #C47E08

Tints of Dark Goldenrod #C47E08

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.18%

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

R = 59.39%
G = 38.18%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C47E08 (or 0xC47E08) is known color: Dark Goldenrod. HEX triplet: C4, 7E and 08. RGB value is (196,126,8). Sum of RGB (Red+Green+Blue) = 196+126+8=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47E08 is #3B81F7. Grayscale: #868686. Windows color (decimal): -3899896 or 556740. OLE color: 556740.

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

Color convert

RGB 196 126 8 -
CMYK 0 0.36 0.96 0.23
HSL 37.66º 0.92% 0.4% -
HSV(B) 37.66º 0.96% 0.77% -
XYZ 30.27 26.68 3.78 -
YUV 133.48 57.19 172.59 -
System Red Green Blue C M Y K H S L
Decimal 196 126 8 0 0.36 0.96 0.23 37.66 0.92 0.4
Hex C4 7E 8 0 24 60 17 26 5C 28
Octal 304 176 10 0 44 140 27 46 134 50
Binary 11000100 1111110 1000 0 100100 1100000 10111 100110 1011100 101000

Color Harmonies of #C47E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E08

Black with #C47E08

Text Example


Text Example

White with #C47E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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