Html Css Color HEX #C18705 Dark Goldenrod

📋 copy color: '#C18705'

red 193 ◦ green 135 ◦ blue 5

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

Shades of Dark Goldenrod #C18705

Tints of Dark Goldenrod #C18705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.54%

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

R = 57.96%
G = 40.54%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C18705 (or 0xC18705) is known color: Dark Goldenrod. HEX triplet: C1, 87 and 05. RGB value is (193,135,5). Sum of RGB (Red+Green+Blue) = 193+135+5=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C18705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18705 is #3E78FA. Grayscale: #8A8A8A. Windows color (decimal): -4094203 or 362433. OLE color: 362433.

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

Color convert

RGB 193 135 5 -
CMYK 0 0.30 0.97 0.24
HSL 41.49º 0.95% 0.39% -
HSV(B) 41.49º 0.97% 0.76% -
XYZ 30.68 28.68 4.06 -
YUV 137.52 53.22 167.57 -
System Red Green Blue C M Y K H S L
Decimal 193 135 5 0 0.30 0.97 0.24 41.49 0.95 0.39
Hex C1 87 5 0 1E 61 18 29 5F 27
Octal 301 207 5 0 36 141 30 51 137 47
Binary 11000001 10000111 101 0 11110 1100001 11000 101001 1011111 100111

Color Harmonies of #C18705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18705

Black with #C18705

Text Example


Text Example

White with #C18705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18705; }

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

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

background-color css

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

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

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

border-color css

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

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

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