Html Css Color HEX #DDB759 Equator

📋 copy color: '#DDB759'

red 221 ◦ green 183 ◦ blue 89

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

Shades of Equator #DDB759

Tints of Equator #DDB759

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.12%

 BLUE value IS 89 (35.16% from 255) = 18.05%

R = 44.83%
G = 37.12%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDB759 (or 0xDDB759) is known color: Equator. HEX triplet: DD, B7 and 59. RGB value is (221,183,89). Sum of RGB (Red+Green+Blue) = 221+183+89=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 89 (35.16% from 255 or 18.05% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB759 is #2248A6. Grayscale: #B8B8B8. Windows color (decimal): -2246823 or 5879773. OLE color: 5879773.

HSL color Cylindrical-coordinate representation of color #DDB759: hue angle of 42.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDB759 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 183 89 -
CMYK 0 0.17 0.60 0.13
HSL 42.73º 0.66% 0.61% -
HSV(B) 42.73º 0.6% 0.87% -
XYZ 48.56 49.96 16.54 -
YUV 183.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 221 183 89 0 0.17 0.60 0.13 42.73 0.66 0.61
Hex DD B7 59 0 11 3C D 2B 42 3D
Octal 335 267 131 0 21 74 15 53 102 75
Binary 11011101 10110111 1011001 0 10001 111100 1101 101011 1000010 111101

Color Harmonies of #DDB759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB759

Black with #DDB759

Text Example


Text Example

White with #DDB759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB759; }

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

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

background-color css

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

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

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

border-color css

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

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

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