Html Css Color HEX #DDB55F Equator

📋 copy color: '#DDB55F'

red 221 ◦ green 181 ◦ blue 95

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

Shades of Equator #DDB55F

Tints of Equator #DDB55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.11%

R = 44.47%
G = 36.42%
B = 19.11%

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

#DDB55F (or 0xDDB55F) is known color: Equator. HEX triplet: DD, B5 and 5F. RGB value is (221,181,95). Sum of RGB (Red+Green+Blue) = 221+181+95=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB55F is #224AA0. Grayscale: #B7B7B7. Windows color (decimal): -2247329 or 6272477. OLE color: 6272477.

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

Color convert

RGB 221 181 95 -
CMYK 0 0.18 0.57 0.13
HSL 40.95º 0.65% 0.62% -
HSV(B) 40.95º 0.57% 0.87% -
XYZ 48.41 49.25 17.78 -
YUV 183.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 221 181 95 0 0.18 0.57 0.13 40.95 0.65 0.62
Hex DD B5 5F 0 12 39 D 29 41 3E
Octal 335 265 137 0 22 71 15 51 101 76
Binary 11011101 10110101 1011111 0 10010 111001 1101 101001 1000001 111110

Color Harmonies of #DDB55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB55F

Black with #DDB55F

Text Example


Text Example

White with #DDB55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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