Html Css Color HEX #DDB957 Equator

📋 copy color: '#DDB957'

red 221 ◦ green 185 ◦ blue 87

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

Shades of Equator #DDB957

Tints of Equator #DDB957

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.53%

 BLUE value IS 87 (34.38% from 255) = 17.65%

R = 44.83%
G = 37.53%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDB957 (or 0xDDB957) is known color: Equator. HEX triplet: DD, B9 and 57. RGB value is (221,185,87). Sum of RGB (Red+Green+Blue) = 221+185+87=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 87 (34.38% from 255 or 17.65% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB957 is #2246A8. Grayscale: #B9B9B9. Windows color (decimal): -2246313 or 5749213. OLE color: 5749213.

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

Color convert

RGB 221 185 87 -
CMYK 0 0.16 0.61 0.13
HSL 43.88º 0.66% 0.6% -
HSV(B) 43.88º 0.61% 0.87% -
XYZ 48.89 50.76 16.24 -
YUV 184.59 72.93 153.97 -
System Red Green Blue C M Y K H S L
Decimal 221 185 87 0 0.16 0.61 0.13 43.88 0.66 0.6
Hex DD B9 57 0 10 3D D 2C 42 3C
Octal 335 271 127 0 20 75 15 54 102 74
Binary 11011101 10111001 1010111 0 10000 111101 1101 101100 1000010 111100

Color Harmonies of #DDB957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB957

Black with #DDB957

Text Example


Text Example

White with #DDB957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB957; }

 p { color: rgb(221,185,87); }

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

background-color css

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

 a { background-color: rgb(221,185,87); }

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

border-color css

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

 span { border-color: rgb(221,185,87); }

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