Html Css Color HEX #DDB560 Equator

📋 copy color: '#DDB560'

red 221 ◦ green 181 ◦ blue 96

#DDB560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #DDB560

Tints of Equator #DDB560

RGB

 RED value IS 221 (86.72% from 255) = 44.38%

 GREEN value IS 181 (71.09% from 255) = 36.35%

 BLUE value IS 96 (37.89% from 255) = 19.28%

R = 44.38%
G = 36.35%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDB560 (or 0xDDB560) is known color: Equator. HEX triplet: DD, B5 and 60. RGB value is (221,181,96). Sum of RGB (Red+Green+Blue) = 221+181+96=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB560 is #224A9F. Grayscale: #B7B7B7. Windows color (decimal): -2247328 or 6338013. OLE color: 6338013.

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

Color convert

RGB 221 181 96 -
CMYK 0 0.18 0.57 0.13
HSL 40.8º 0.65% 0.62% -
HSV(B) 40.8º 0.57% 0.87% -
XYZ 48.45 49.26 18.02 -
YUV 183.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 221 181 96 0 0.18 0.57 0.13 40.8 0.65 0.62
Hex DD B5 60 0 12 39 D 29 41 3E
Octal 335 265 140 0 22 71 15 51 101 76
Binary 11011101 10110101 1100000 0 10010 111001 1101 101001 1000001 111110

Color Harmonies of #DDB560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB560

Black with #DDB560

Text Example


Text Example

White with #DDB560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB560; }

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

 H1.HeaderClassName
 {
   color: #DDB560;
 }
 .AnyTagClassName
 {
   color: #DDB560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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