#C48902

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

Shades of Dark Goldenrod #C48902

Tints of Dark Goldenrod #C48902

Color information

#C48902 (or 0xC48902) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 89 and 02. RGB value is (196,137,2). Sum of RGB (Red+Green+Blue) = 196+137+2=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C48902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48902 is #3B76FD. Grayscale: #8B8B8B. Windows color (decimal): -3897086 or 166340. OLE color: 166340.

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

Color convert

RGB1961372-
CMYK00.300.990.23
HSL41.75º97.98%38.82%-
HSV(B)41.75º98.98%76.86%-
XYZ31.7229.634.1-
YUV139.2550.55168.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.51%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 2 (1.17% from 255) = 0.60%
R=58.51%
G=40.90%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196137200.300.990.2341.7597.9838.82
HexC489201E63172a6227
Octal3042112036143275214247
Binary1100010010001001100111101100011101111010101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48902; }

 p { color: rgb(196,137,2); }

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

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

 a { background-color: rgb(196,137,2); }

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

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

 span { border-color: rgb(196,137,2); }

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