#DDB567

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

Shades of Equator #DDB567

Tints of Equator #DDB567

Color information

#DDB567 (or 0xDDB567) is unknown color: approx Equator. HEX triplet: DD, B5 and 67. RGB value is (221,181,103). Sum of RGB (Red+Green+Blue) = 221+181+103=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB567 is #224A98. Grayscale: #B8B8B8. Windows color (decimal): -2247321 or 6796765. OLE color: 6796765.

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

Color convert

RGB221181103-
CMYK00.180.530.13
HSL39.66º63.44%63.53%-
HSV(B)39.66º53.39%86.67%-
XYZ48.7949.419.8-
YUV184.0782.25154.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 181 (71.09% from 255) = 35.84%
BLUE value IS 103 (40.62% from 255) = 20.40%
R=43.76%
G=35.84%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118110300.180.530.1339.6663.4463.53
HexDDB56701235D283f40
Octal33526514702265155077100
Binary1101110110110101110011101001011010111011010001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB567; }

 p { color: rgb(221,181,103); }

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

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

 a { background-color: rgb(221,181,103); }

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

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

 span { border-color: rgb(221,181,103); }

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