Html Css Color HEX #DDB561 Equator

📋 copy color: '#DDB561'

red 221 ◦ green 181 ◦ blue 97

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

Shades of Equator #DDB561

Tints of Equator #DDB561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.44%

R = 44.29%
G = 36.27%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDB561 (or 0xDDB561) is known color: Equator. HEX triplet: DD, B5 and 61. RGB value is (221,181,97). Sum of RGB (Red+Green+Blue) = 221+181+97=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB561 is #224A9E. Grayscale: #B7B7B7. Windows color (decimal): -2247327 or 6403549. OLE color: 6403549.

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

Color convert

RGB 221 181 97 -
CMYK 0 0.18 0.56 0.13
HSL 40.65º 0.65% 0.62% -
HSV(B) 40.65º 0.56% 0.87% -
XYZ 48.5 49.28 18.27 -
YUV 183.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 221 181 97 0 0.18 0.56 0.13 40.65 0.65 0.62
Hex DD B5 61 0 12 38 D 29 41 3E
Octal 335 265 141 0 22 70 15 51 101 76
Binary 11011101 10110101 1100001 0 10010 111000 1101 101001 1000001 111110

Color Harmonies of #DDB561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB561

Black with #DDB561

Text Example


Text Example

White with #DDB561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB561; }

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

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

background-color css

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

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

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

border-color css

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

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

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