Html Css Color HEX #DDB563 Equator

📋 copy color: '#DDB563'

red 221 ◦ green 181 ◦ blue 99

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

Shades of Equator #DDB563

Tints of Equator #DDB563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.76%

R = 44.11%
G = 36.13%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDB563 (or 0xDDB563) is known color: Equator. HEX triplet: DD, B5 and 63. RGB value is (221,181,99). Sum of RGB (Red+Green+Blue) = 221+181+99=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB563 is #224A9C. Grayscale: #B7B7B7. Windows color (decimal): -2247325 or 6534621. OLE color: 6534621.

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

Color convert

RGB 221 181 99 -
CMYK 0 0.18 0.55 0.13
HSL 40.33º 0.64% 0.63% -
HSV(B) 40.33º 0.55% 0.87% -
XYZ 48.59 49.32 18.76 -
YUV 183.61 80.25 154.67 -
System Red Green Blue C M Y K H S L
Decimal 221 181 99 0 0.18 0.55 0.13 40.33 0.64 0.63
Hex DD B5 63 0 12 37 D 28 40 3F
Octal 335 265 143 0 22 67 15 50 100 77
Binary 11011101 10110101 1100011 0 10010 110111 1101 101000 1000000 111111

Color Harmonies of #DDB563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB563

Black with #DDB563

Text Example


Text Example

White with #DDB563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB563; }

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

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

background-color css

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

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

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

border-color css

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

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

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