#DDB46B

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

Shades of Equator #DDB46B

Tints of Equator #DDB46B

Color information

#DDB46B (or 0xDDB46B) is unknown color: approx Equator. HEX triplet: DD, B4 and 6B. RGB value is (221,180,107). Sum of RGB (Red+Green+Blue) = 221+180+107=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB46B is #224B94. Grayscale: #B8B8B8. Windows color (decimal): -2247573 or 7058653. OLE color: 7058653.

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

Color convert

RGB221180107-
CMYK00.190.520.13
HSL38.42º62.64%64.31%-
HSV(B)38.42º51.58%86.67%-
XYZ48.7949.0820.81-
YUV183.9484.58154.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 107 (42.19% from 255) = 21.06%
R=43.50%
G=35.43%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118010700.190.520.1338.4262.6464.31
HexDDB46B01334D263f40
Octal33526415302364154677100
Binary1101110110110100110101101001111010011011001101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB46B; }

 p { color: rgb(221,180,107); }

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

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

 a { background-color: rgb(221,180,107); }

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

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

 span { border-color: rgb(221,180,107); }

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