#C4900A

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

Shades of Dark Goldenrod #C4900A

Tints of Dark Goldenrod #C4900A

Color information

#C4900A (or 0xC4900A) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 90 and 0A. RGB value is (196,144,10). Sum of RGB (Red+Green+Blue) = 196+144+10=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C4900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4900A is #3B6FF5. Grayscale: #909090. Windows color (decimal): -3895286 or 692420. OLE color: 692420.

HSL color Cylindrical-coordinate representation of color #C4900A: hue angle of 43.23º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4900A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB19614410-
CMYK00.270.950.23
HSL43.23º90.29%40.39%-
HSV(B)43.23º94.9%76.86%-
XYZ32.7931.74.68-
YUV144.2752.23164.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56%
GREEN value IS 144 (56.64% from 255) = 41.14%
BLUE value IS 10 (4.30% from 255) = 2.86%
R=56%
G=41.14%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961441000.270.950.2343.2390.2940.39
HexC490A01B5F172b5a28
Octal30422012033137275313250
Binary110001001001000010100110111011111101111010111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4900A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4900A; }

 p { color: rgb(196,144,10); }

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

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

 a { background-color: rgb(196,144,10); }

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

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

 span { border-color: rgb(196,144,10); }

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