#ddb26d

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

Shades of Equator #DDB26D

Tints of Equator #DDB26D

Color information

#DDB26D (or 0xDDB26D) is unknown color: approx Equator. HEX triplet: DD, B2 and 6D. RGB value is (221,178,109). Sum of RGB (Red+Green+Blue) = 221+178+109=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB26D is #224D92. Grayscale: #B7B7B7. Windows color (decimal): -2248083 or 7189213. OLE color: 7189213.

HSL color Cylindrical-coordinate representation of color #DDB26D: hue angle of 36.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDB26D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB221178109-
CMYK00.190.510.13
HSL36.96º62.22%64.71%-
HSV(B)36.96º50.68%86.67%-
XYZ48.548.3221.24-
YUV182.9986.25155.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 178 (69.92% from 255) = 35.04%
BLUE value IS 109 (42.97% from 255) = 21.46%
R=43.50%
G=35.04%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117810900.190.510.1336.9662.2264.71
HexDDB26D01333D253e41
Octal33526215502363154576101
Binary1101110110110010110110101001111001111011001011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddb26d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddb26d; }

 p { color: rgb(221,178,109); }

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

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

 a { background-color: rgb(221,178,109); }

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

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

 span { border-color: rgb(221,178,109); }

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