Html Css Color HEX #DDB85A Equator

📋 copy color: '#DDB85A'

red 221 ◦ green 184 ◦ blue 90

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

Shades of Equator #DDB85A

Tints of Equator #DDB85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.18%

R = 44.65%
G = 37.17%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDB85A (or 0xDDB85A) is known color: Equator. HEX triplet: DD, B8 and 5A. RGB value is (221,184,90). Sum of RGB (Red+Green+Blue) = 221+184+90=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB85A is #2247A5. Grayscale: #B8B8B8. Windows color (decimal): -2246566 or 5945565. OLE color: 5945565.

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

Color convert

RGB 221 184 90 -
CMYK 0 0.17 0.59 0.13
HSL 43.05º 0.66% 0.61% -
HSV(B) 43.05º 0.59% 0.87% -
XYZ 48.8 50.39 16.83 -
YUV 184.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 221 184 90 0 0.17 0.59 0.13 43.05 0.66 0.61
Hex DD B8 5A 0 11 3B D 2B 42 3D
Octal 335 270 132 0 21 73 15 53 102 75
Binary 11011101 10111000 1011010 0 10001 111011 1101 101011 1000010 111101

Color Harmonies of #DDB85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB85A

Black with #DDB85A

Text Example


Text Example

White with #DDB85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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