Html Css Color HEX #DDB55E Equator

📋 copy color: '#DDB55E'

red 221 ◦ green 181 ◦ blue 94

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

Shades of Equator #DDB55E

Tints of Equator #DDB55E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.49%

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

R = 44.56%
G = 36.49%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDB55E (or 0xDDB55E) is known color: Equator. HEX triplet: DD, B5 and 5E. RGB value is (221,181,94). Sum of RGB (Red+Green+Blue) = 221+181+94=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB55E is #224AA1. Grayscale: #B7B7B7. Windows color (decimal): -2247330 or 6206941. OLE color: 6206941.

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

Color convert

RGB 221 181 94 -
CMYK 0 0.18 0.57 0.13
HSL 41.1º 0.65% 0.62% -
HSV(B) 41.1º 0.57% 0.87% -
XYZ 48.36 49.23 17.54 -
YUV 183.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 221 181 94 0 0.18 0.57 0.13 41.1 0.65 0.62
Hex DD B5 5E 0 12 39 D 29 41 3E
Octal 335 265 136 0 22 71 15 51 101 76
Binary 11011101 10110101 1011110 0 10010 111001 1101 101001 1000001 111110

Color Harmonies of #DDB55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB55E

Black with #DDB55E

Text Example


Text Example

White with #DDB55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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