#C18702

Color #C18702 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C18702

Tints of Dark Goldenrod #C18702

Color information

#C18702 (or 0xC18702) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 87 and 02. RGB value is (193,135,2). Sum of RGB (Red+Green+Blue) = 193+135+2=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C18702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18702 is #3E78FD. Grayscale: #898989. Windows color (decimal): -4094206 or 165825. OLE color: 165825.

HSL color Cylindrical-coordinate representation of color #C18702: hue angle of 41.78º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C18702 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1931352-
CMYK00.300.990.24
HSL41.78º97.95%38.24%-
HSV(B)41.78º98.96%75.69%-
XYZ30.6728.673.97-
YUV137.1851.72167.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.48%
GREEN value IS 135 (53.12% from 255) = 40.91%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=58.48%
G=40.91%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193135200.300.990.2441.7897.9538.24
HexC187201E63182a6226
Octal3012072036143305214246
Binary1100000110000111100111101100011110001010101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18702; }

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

 H1.HeaderClassName
 {
   color: #C18702;
 }
 .AnyTagClassName
 {
   color: #C18702;
 }
</style>
background-color css

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

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

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

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

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

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