Html Css Color HEX #C47405 Dark Goldenrod

📋 copy color: '#C47405'

red 196 ◦ green 116 ◦ blue 5

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

Shades of Dark Goldenrod #C47405

Tints of Dark Goldenrod #C47405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.59%

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

R = 61.83%
G = 36.59%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C47405 (or 0xC47405) is known color: Dark Goldenrod. HEX triplet: C4, 74 and 05. RGB value is (196,116,5). Sum of RGB (Red+Green+Blue) = 196+116+5=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C47405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47405 is #3B8BFA. Grayscale: #7F7F7F. Windows color (decimal): -3902459 or 357572. OLE color: 357572.

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

Color convert

RGB 196 116 5 -
CMYK 0 0.41 0.97 0.23
HSL 34.87º 0.95% 0.39% -
HSV(B) 34.87º 0.97% 0.77% -
XYZ 29.04 24.24 3.29 -
YUV 127.27 59 177.03 -
System Red Green Blue C M Y K H S L
Decimal 196 116 5 0 0.41 0.97 0.23 34.87 0.95 0.39
Hex C4 74 5 0 29 61 17 23 5F 27
Octal 304 164 5 0 51 141 27 43 137 47
Binary 11000100 1110100 101 0 101001 1100001 10111 100011 1011111 100111

Color Harmonies of #C47405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47405

Black with #C47405

Text Example


Text Example

White with #C47405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47405; }

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

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

background-color css

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

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

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

border-color css

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

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

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