Html Css Color HEX #C47505 Dark Goldenrod

📋 copy color: '#C47505'

red 196 ◦ green 117 ◦ blue 5

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

Shades of Dark Goldenrod #C47505

Tints of Dark Goldenrod #C47505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.79%

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

R = 61.64%
G = 36.79%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C47505 (or 0xC47505) is known color: Dark Goldenrod. HEX triplet: C4, 75 and 05. RGB value is (196,117,5). Sum of RGB (Red+Green+Blue) = 196+117+5=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C47505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47505 is #3B8AFA. Grayscale: #808080. Windows color (decimal): -3902203 or 357828. OLE color: 357828.

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

Color convert

RGB 196 117 5 -
CMYK 0 0.40 0.97 0.23
HSL 35.18º 0.95% 0.39% -
HSV(B) 35.18º 0.97% 0.77% -
XYZ 29.15 24.47 3.33 -
YUV 127.85 58.67 176.61 -
System Red Green Blue C M Y K H S L
Decimal 196 117 5 0 0.40 0.97 0.23 35.18 0.95 0.39
Hex C4 75 5 0 28 61 17 23 5F 27
Octal 304 165 5 0 50 141 27 43 137 47
Binary 11000100 1110101 101 0 101000 1100001 10111 100011 1011111 100111

Color Harmonies of #C47505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47505

Black with #C47505

Text Example


Text Example

White with #C47505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47505; }

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

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

background-color css

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

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

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

border-color css

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

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

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