Html Css Color HEX #DDB863 Equator

📋 copy color: '#DDB863'

red 221 ◦ green 184 ◦ blue 99

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

Shades of Equator #DDB863

Tints of Equator #DDB863

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.51%

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

R = 43.85%
G = 36.51%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDB863 (or 0xDDB863) is known color: Equator. HEX triplet: DD, B8 and 63. RGB value is (221,184,99). Sum of RGB (Red+Green+Blue) = 221+184+99=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB863 is #22479C. Grayscale: #B9B9B9. Windows color (decimal): -2246557 or 6535389. OLE color: 6535389.

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

Color convert

RGB 221 184 99 -
CMYK 0 0.17 0.55 0.13
HSL 41.8º 0.64% 0.63% -
HSV(B) 41.8º 0.55% 0.87% -
XYZ 49.21 50.55 18.97 -
YUV 185.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 221 184 99 0 0.17 0.55 0.13 41.8 0.64 0.63
Hex DD B8 63 0 11 37 D 2A 40 3F
Octal 335 270 143 0 21 67 15 52 100 77
Binary 11011101 10111000 1100011 0 10001 110111 1101 101010 1000000 111111

Color Harmonies of #DDB863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB863

Black with #DDB863

Text Example


Text Example

White with #DDB863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB863; }

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

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

background-color css

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

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

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

border-color css

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

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

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