Html Css Color HEX #C47200 Dark Goldenrod

📋 copy color: '#C47200'

red 196 ◦ green 114 ◦ blue 0

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

Shades of Dark Goldenrod #C47200

Tints of Dark Goldenrod #C47200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.77%

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

R = 63.23%
G = 36.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C47200 (or 0xC47200) is known color: Dark Goldenrod. HEX triplet: C4, 72 and 00. RGB value is (196,114,0). Sum of RGB (Red+Green+Blue) = 196+114+0=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C47200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47200 is #3B8DFF. Grayscale: #7E7E7E. Windows color (decimal): -3902976 or 29380. OLE color: 29380.

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

Color convert

RGB 196 114 0 -
CMYK 0 0.42 1 0.23
HSL 34.9º 1% 0.38% -
HSV(B) 34.9º 1% 0.77% -
XYZ 28.78 23.77 3.07 -
YUV 125.52 57.17 178.27 -
System Red Green Blue C M Y K H S L
Decimal 196 114 0 0 0.42 1 0.23 34.9 1 0.38
Hex C4 72 0 0 2A 64 17 23 64 26
Octal 304 162 0 0 52 144 27 43 144 46
Binary 11000100 1110010 0 0 101010 1100100 10111 100011 1100100 100110

Color Harmonies of #C47200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47200

Black with #C47200

Text Example


Text Example

White with #C47200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47200; }

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

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

background-color css

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

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

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

border-color css

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

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

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