Html Css Color HEX #DDB35E Equator

📋 copy color: '#DDB35E'

red 221 ◦ green 179 ◦ blue 94

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

Shades of Equator #DDB35E

Tints of Equator #DDB35E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.23%

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

R = 44.74%
G = 36.23%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDB35E (or 0xDDB35E) is known color: Equator. HEX triplet: DD, B3 and 5E. RGB value is (221,179,94). Sum of RGB (Red+Green+Blue) = 221+179+94=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB35E is #224CA1. Grayscale: #B6B6B6. Windows color (decimal): -2247842 or 6206429. OLE color: 6206429.

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

Color convert

RGB 221 179 94 -
CMYK 0 0.19 0.57 0.13
HSL 40.16º 0.65% 0.62% -
HSV(B) 40.16º 0.57% 0.87% -
XYZ 47.96 48.42 17.41 -
YUV 181.87 78.41 155.91 -
System Red Green Blue C M Y K H S L
Decimal 221 179 94 0 0.19 0.57 0.13 40.16 0.65 0.62
Hex DD B3 5E 0 13 39 D 28 41 3E
Octal 335 263 136 0 23 71 15 50 101 76
Binary 11011101 10110011 1011110 0 10011 111001 1101 101000 1000001 111110

Color Harmonies of #DDB35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB35E

Black with #DDB35E

Text Example


Text Example

White with #DDB35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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