Html Css Color HEX #C47005 Dark Goldenrod

📋 copy color: '#C47005'

red 196 ◦ green 112 ◦ blue 5

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

Shades of Dark Goldenrod #C47005

Tints of Dark Goldenrod #C47005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 62.62%
G = 35.78%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C47005 (or 0xC47005) is known color: Dark Goldenrod. HEX triplet: C4, 70 and 05. RGB value is (196,112,5). Sum of RGB (Red+Green+Blue) = 196+112+5=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C47005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47005 is #3B8FFA. Grayscale: #7D7D7D. Windows color (decimal): -3903483 or 356548. OLE color: 356548.

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

Color convert

RGB 196 112 5 -
CMYK 0 0.43 0.97 0.23
HSL 33.61º 0.95% 0.39% -
HSV(B) 33.61º 0.97% 0.77% -
XYZ 28.59 23.34 3.14 -
YUV 124.92 60.33 178.7 -
System Red Green Blue C M Y K H S L
Decimal 196 112 5 0 0.43 0.97 0.23 33.61 0.95 0.39
Hex C4 70 5 0 2B 61 17 22 5F 27
Octal 304 160 5 0 53 141 27 42 137 47
Binary 11000100 1110000 101 0 101011 1100001 10111 100010 1011111 100111

Color Harmonies of #C47005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47005

Black with #C47005

Text Example


Text Example

White with #C47005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47005; }

 p { color: rgb(196,112,5); }

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

background-color css

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

 a { background-color: rgb(196,112,5); }

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

border-color css

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

 span { border-color: rgb(196,112,5); }

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