#DDA968

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

Shades of Equator #DDA968

Tints of Equator #DDA968

Color information

#DDA968 (or 0xDDA968) is unknown color: approx Equator. HEX triplet: DD, A9 and 68. RGB value is (221,169,104). Sum of RGB (Red+Green+Blue) = 221+169+104=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA968 is #225697. Grayscale: #B1B1B1. Windows color (decimal): -2250392 or 6859229. OLE color: 6859229.

HSL color Cylindrical-coordinate representation of color #DDA968: hue angle of 33.33º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDA968 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB221169104-
CMYK00.240.530.13
HSL33.33º63.24%63.73%-
HSV(B)33.33º52.94%86.67%-
XYZ46.5144.7519.28-
YUV177.1486.73159.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 104 (41.02% from 255) = 21.05%
R=44.74%
G=34.21%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116910400.240.530.1333.3363.2463.73
HexDDA96801835D213f40
Octal33525115003065154177100
Binary1101110110101001110100001100011010111011000011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA968; }

 p { color: rgb(221,169,104); }

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

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

 a { background-color: rgb(221,169,104); }

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

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

 span { border-color: rgb(221,169,104); }

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