#DDB969

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

Shades of Equator #DDB969

Tints of Equator #DDB969

Color information

#DDB969 (or 0xDDB969) is unknown color: approx Equator. HEX triplet: DD, B9 and 69. RGB value is (221,185,105). Sum of RGB (Red+Green+Blue) = 221+185+105=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB969 is #224696. Grayscale: #BBBBBB. Windows color (decimal): -2246295 or 6928861. OLE color: 6928861.

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

Color convert

RGB221185105-
CMYK00.160.520.13
HSL41.38º63.04%63.92%-
HSV(B)41.38º52.49%86.67%-
XYZ49.7251.0920.61-
YUV186.6481.93152.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 185 (72.66% from 255) = 36.20%
BLUE value IS 105 (41.41% from 255) = 20.55%
R=43.25%
G=36.20%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118510500.160.520.1341.3863.0463.92
HexDDB96901034D293f40
Octal33527115102064155177100
Binary1101110110111001110100101000011010011011010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB969; }

 p { color: rgb(221,185,105); }

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

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

 a { background-color: rgb(221,185,105); }

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

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

 span { border-color: rgb(221,185,105); }

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