Html Css Color HEX #C47801 Dark Goldenrod

📋 copy color: '#C47801'

red 196 ◦ green 120 ◦ blue 1

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

Shades of Dark Goldenrod #C47801

Tints of Dark Goldenrod #C47801

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.85%

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

R = 61.83%
G = 37.85%
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

#C47801 (or 0xC47801) is known color: Dark Goldenrod. HEX triplet: C4, 78 and 01. RGB value is (196,120,1). Sum of RGB (Red+Green+Blue) = 196+120+1=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C47801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47801 is #3B87FE. Grayscale: #818181. Windows color (decimal): -3901439 or 96452. OLE color: 96452.

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

Color convert

RGB 196 120 1 -
CMYK 0 0.39 0.99 0.23
HSL 36.62º 0.99% 0.39% -
HSV(B) 36.62º 0.99% 0.77% -
XYZ 29.49 25.17 3.33 -
YUV 129.16 55.68 175.68 -
System Red Green Blue C M Y K H S L
Decimal 196 120 1 0 0.39 0.99 0.23 36.62 0.99 0.39
Hex C4 78 1 0 27 63 17 25 63 27
Octal 304 170 1 0 47 143 27 45 143 47
Binary 11000100 1111000 1 0 100111 1100011 10111 100101 1100011 100111

Color Harmonies of #C47801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47801

Black with #C47801

Text Example


Text Example

White with #C47801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47801; }

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

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

background-color css

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

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

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

border-color css

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

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

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