Html Css Color HEX #DDB95E Equator

📋 copy color: '#DDB95E'

red 221 ◦ green 185 ◦ blue 94

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

Shades of Equator #DDB95E

Tints of Equator #DDB95E

RGB

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

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

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

R = 44.2%
G = 37%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDB95E (or 0xDDB95E) is known color: Equator. HEX triplet: DD, B9 and 5E. RGB value is (221,185,94). Sum of RGB (Red+Green+Blue) = 221+185+94=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB95E is #2246A1. Grayscale: #B9B9B9. Windows color (decimal): -2246306 or 6207965. OLE color: 6207965.

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

Color convert

RGB 221 185 94 -
CMYK 0 0.16 0.57 0.13
HSL 42.99º 0.65% 0.62% -
HSV(B) 42.99º 0.57% 0.87% -
XYZ 49.19 50.88 17.82 -
YUV 185.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 221 185 94 0 0.16 0.57 0.13 42.99 0.65 0.62
Hex DD B9 5E 0 10 39 D 2B 41 3E
Octal 335 271 136 0 20 71 15 53 101 76
Binary 11011101 10111001 1011110 0 10000 111001 1101 101011 1000001 111110

Color Harmonies of #DDB95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB95E

Black with #DDB95E

Text Example


Text Example

White with #DDB95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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