Html Css Color HEX #C47201 Dark Goldenrod

📋 copy color: '#C47201'

red 196 ◦ green 114 ◦ blue 1

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

Shades of Dark Goldenrod #C47201

Tints of Dark Goldenrod #C47201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 63.02%
G = 36.66%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C47201 (or 0xC47201) is known color: Dark Goldenrod. HEX triplet: C4, 72 and 01. RGB value is (196,114,1). Sum of RGB (Red+Green+Blue) = 196+114+1=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C47201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47201 is #3B8DFE. Grayscale: #7E7E7E. Windows color (decimal): -3902975 or 94916. OLE color: 94916.

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

Color convert

RGB 196 114 1 -
CMYK 0 0.42 0.99 0.23
HSL 34.77º 0.99% 0.39% -
HSV(B) 34.77º 0.99% 0.77% -
XYZ 28.79 23.77 3.1 -
YUV 125.64 57.67 178.19 -
System Red Green Blue C M Y K H S L
Decimal 196 114 1 0 0.42 0.99 0.23 34.77 0.99 0.39
Hex C4 72 1 0 2A 63 17 23 63 27
Octal 304 162 1 0 52 143 27 43 143 47
Binary 11000100 1110010 1 0 101010 1100011 10111 100011 1100011 100111

Color Harmonies of #C47201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47201

Black with #C47201

Text Example


Text Example

White with #C47201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47201; }

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

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

background-color css

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

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

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

border-color css

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

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

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