Html Css Color HEX #DDB857 Equator

📋 copy color: '#DDB857'

red 221 ◦ green 184 ◦ blue 87

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

Shades of Equator #DDB857

Tints of Equator #DDB857

RGB

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

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

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

R = 44.92%
G = 37.4%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDB857 (or 0xDDB857) is known color: Equator. HEX triplet: DD, B8 and 57. RGB value is (221,184,87). Sum of RGB (Red+Green+Blue) = 221+184+87=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB857 is #2247A8. Grayscale: #B8B8B8. Windows color (decimal): -2246569 or 5748957. OLE color: 5748957.

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

Color convert

RGB 221 184 87 -
CMYK 0 0.17 0.61 0.13
HSL 43.43º 0.66% 0.6% -
HSV(B) 43.43º 0.61% 0.87% -
XYZ 48.68 50.34 16.17 -
YUV 184.01 73.26 154.39 -
System Red Green Blue C M Y K H S L
Decimal 221 184 87 0 0.17 0.61 0.13 43.43 0.66 0.6
Hex DD B8 57 0 11 3D D 2B 42 3C
Octal 335 270 127 0 21 75 15 53 102 74
Binary 11011101 10111000 1010111 0 10001 111101 1101 101011 1000010 111100

Color Harmonies of #DDB857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB857

Black with #DDB857

Text Example


Text Example

White with #DDB857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB857; }

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

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

background-color css

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

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

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

border-color css

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

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

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