Html Css Color HEX #C47701 Dark Goldenrod

📋 copy color: '#C47701'

red 196 ◦ green 119 ◦ blue 1

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

Shades of Dark Goldenrod #C47701

Tints of Dark Goldenrod #C47701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.66%

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

R = 62.03%
G = 37.66%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C47701 (or 0xC47701) is known color: Dark Goldenrod. HEX triplet: C4, 77 and 01. RGB value is (196,119,1). Sum of RGB (Red+Green+Blue) = 196+119+1=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C47701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47701 is #3B88FE. Grayscale: #818181. Windows color (decimal): -3901695 or 96196. OLE color: 96196.

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

Color convert

RGB 196 119 1 -
CMYK 0 0.39 0.99 0.23
HSL 36.31º 0.99% 0.39% -
HSV(B) 36.31º 0.99% 0.77% -
XYZ 29.37 24.93 3.29 -
YUV 128.57 56.01 176.09 -
System Red Green Blue C M Y K H S L
Decimal 196 119 1 0 0.39 0.99 0.23 36.31 0.99 0.39
Hex C4 77 1 0 27 63 17 24 63 27
Octal 304 167 1 0 47 143 27 44 143 47
Binary 11000100 1110111 1 0 100111 1100011 10111 100100 1100011 100111

Color Harmonies of #C47701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47701

Black with #C47701

Text Example


Text Example

White with #C47701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47701; }

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

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

background-color css

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

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

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

border-color css

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

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

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