Html Css Color HEX #DDB15E Equator

📋 copy color: '#DDB15E'

red 221 ◦ green 177 ◦ blue 94

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

Shades of Equator #DDB15E

Tints of Equator #DDB15E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.98%

 BLUE value IS 94 (37.11% from 255) = 19.11%

R = 44.92%
G = 35.98%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDB15E (or 0xDDB15E) is known color: Equator. HEX triplet: DD, B1 and 5E. RGB value is (221,177,94). Sum of RGB (Red+Green+Blue) = 221+177+94=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB15E is #224EA1. Grayscale: #B5B5B5. Windows color (decimal): -2248354 or 6205917. OLE color: 6205917.

HSL color Cylindrical-coordinate representation of color #DDB15E: hue angle of 39.21º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDB15E is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 177 94 -
CMYK 0 0.20 0.57 0.13
HSL 39.21º 0.65% 0.62% -
HSV(B) 39.21º 0.57% 0.87% -
XYZ 47.56 47.62 17.28 -
YUV 180.69 79.08 156.75 -
System Red Green Blue C M Y K H S L
Decimal 221 177 94 0 0.20 0.57 0.13 39.21 0.65 0.62
Hex DD B1 5E 0 14 39 D 27 41 3E
Octal 335 261 136 0 24 71 15 47 101 76
Binary 11011101 10110001 1011110 0 10100 111001 1101 100111 1000001 111110

Color Harmonies of #DDB15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB15E

Black with #DDB15E

Text Example


Text Example

White with #DDB15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB15E; }

 p { color: rgb(221,177,94); }

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

background-color css

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

 a { background-color: rgb(221,177,94); }

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

border-color css

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

 span { border-color: rgb(221,177,94); }

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