#DDB169

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

Shades of Equator #DDB169

Tints of Equator #DDB169

Color information

#DDB169 (or 0xDDB169) is unknown color: approx Equator. HEX triplet: DD, B1 and 69. RGB value is (221,177,105). Sum of RGB (Red+Green+Blue) = 221+177+105=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB169 is #224E96. Grayscale: #B6B6B6. Windows color (decimal): -2248343 or 6926813. OLE color: 6926813.

HSL color Cylindrical-coordinate representation of color #DDB169: hue angle of 37.24º 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 #DDB169 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB221177105-
CMYK00.200.520.13
HSL37.24º63.04%63.92%-
HSV(B)37.24º52.49%86.67%-
XYZ48.0947.8420.06-
YUV181.9584.58155.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 105 (41.41% from 255) = 20.87%
R=43.94%
G=35.19%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117710500.200.520.1337.2463.0463.92
HexDDB16901434D253f40
Octal33526115102464154577100
Binary1101110110110001110100101010011010011011001011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB169; }

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

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

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

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

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

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

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

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