#DDB768

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

Shades of Equator #DDB768

Tints of Equator #DDB768

Color information

#DDB768 (or 0xDDB768) is unknown color: approx Equator. HEX triplet: DD, B7 and 68. RGB value is (221,183,104). Sum of RGB (Red+Green+Blue) = 221+183+104=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB768 is #224897. Grayscale: #B9B9B9. Windows color (decimal): -2246808 or 6862813. OLE color: 6862813.

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

Color convert

RGB221183104-
CMYK00.170.530.13
HSL40.51º63.24%63.73%-
HSV(B)40.51º52.94%86.67%-
XYZ49.2550.2420.2-
YUV185.3682.09153.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 183 (71.88% from 255) = 36.02%
BLUE value IS 104 (41.02% from 255) = 20.47%
R=43.50%
G=36.02%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118310400.170.530.1340.5163.2463.73
HexDDB76801135D293f40
Octal33526715002165155177100
Binary1101110110110111110100001000111010111011010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB768; }

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

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

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

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

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

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

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

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