Html Css Color HEX #C47400 Dark Goldenrod

📋 copy color: '#C47400'

red 196 ◦ green 116 ◦ blue 0

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

Shades of Dark Goldenrod #C47400

Tints of Dark Goldenrod #C47400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.82%
G = 37.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C47400 (or 0xC47400) is known color: Dark Goldenrod. HEX triplet: C4, 74 and 00. RGB value is (196,116,0). Sum of RGB (Red+Green+Blue) = 196+116+0=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C47400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47400 is #3B8BFF. Grayscale: #7F7F7F. Windows color (decimal): -3902464 or 29892. OLE color: 29892.

HSL color Cylindrical-coordinate representation of color #C47400: hue angle of 35.51º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C47400 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 116 0 -
CMYK 0 0.41 1 0.23
HSL 35.51º 1% 0.38% -
HSV(B) 35.51º 1% 0.77% -
XYZ 29.01 24.23 3.15 -
YUV 126.7 56.5 177.43 -
System Red Green Blue C M Y K H S L
Decimal 196 116 0 0 0.41 1 0.23 35.51 1 0.38
Hex C4 74 0 0 29 64 17 24 64 26
Octal 304 164 0 0 51 144 27 44 144 46
Binary 11000100 1110100 0 0 101001 1100100 10111 100100 1100100 100110

Color Harmonies of #C47400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47400

Black with #C47400

Text Example


Text Example

White with #C47400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47400; }

 p { color: rgb(196,116,0); }

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

background-color css

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

 a { background-color: rgb(196,116,0); }

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

border-color css

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

 span { border-color: rgb(196,116,0); }

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