Html Css Color HEX #C17005 Dark Goldenrod

📋 copy color: '#C17005'

red 193 ◦ green 112 ◦ blue 5

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

Shades of Dark Goldenrod #C17005

Tints of Dark Goldenrod #C17005

RGB

 RED value IS 193 (75.78% from 255) = 62.26%

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

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

R = 62.26%
G = 36.13%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C17005 (or 0xC17005) is known color: Dark Goldenrod. HEX triplet: C1, 70 and 05. RGB value is (193,112,5). Sum of RGB (Red+Green+Blue) = 193+112+5=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C17005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17005 is #3E8FFA. Grayscale: #7C7C7C. Windows color (decimal): -4100091 or 356545. OLE color: 356545.

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

Color convert

RGB 193 112 5 -
CMYK 0 0.42 0.97 0.24
HSL 34.15º 0.95% 0.39% -
HSV(B) 34.15º 0.97% 0.76% -
XYZ 27.81 22.94 3.1 -
YUV 124.02 60.84 177.2 -
System Red Green Blue C M Y K H S L
Decimal 193 112 5 0 0.42 0.97 0.24 34.15 0.95 0.39
Hex C1 70 5 0 2A 61 18 22 5F 27
Octal 301 160 5 0 52 141 30 42 137 47
Binary 11000001 1110000 101 0 101010 1100001 11000 100010 1011111 100111

Color Harmonies of #C17005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17005

Black with #C17005

Text Example


Text Example

White with #C17005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17005; }

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

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

background-color css

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

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

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

border-color css

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

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

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