Html Css Color HEX #DDB85B Equator

📋 copy color: '#DDB85B'

red 221 ◦ green 184 ◦ blue 91

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

Shades of Equator #DDB85B

Tints of Equator #DDB85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.35%

R = 44.56%
G = 37.1%
B = 18.35%

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

#DDB85B (or 0xDDB85B) is known color: Equator. HEX triplet: DD, B8 and 5B. RGB value is (221,184,91). Sum of RGB (Red+Green+Blue) = 221+184+91=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB85B is #2247A4. Grayscale: #B8B8B8. Windows color (decimal): -2246565 or 6011101. OLE color: 6011101.

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

Color convert

RGB 221 184 91 -
CMYK 0 0.17 0.59 0.13
HSL 42.92º 0.66% 0.61% -
HSV(B) 42.92º 0.59% 0.87% -
XYZ 48.85 50.41 17.05 -
YUV 184.46 75.26 154.06 -
System Red Green Blue C M Y K H S L
Decimal 221 184 91 0 0.17 0.59 0.13 42.92 0.66 0.61
Hex DD B8 5B 0 11 3B D 2B 42 3D
Octal 335 270 133 0 21 73 15 53 102 75
Binary 11011101 10111000 1011011 0 10001 111011 1101 101011 1000010 111101

Color Harmonies of #DDB85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB85B

Black with #DDB85B

Text Example


Text Example

White with #DDB85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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