Html Css Color HEX #DDB562 Equator

📋 copy color: '#DDB562'

red 221 ◦ green 181 ◦ blue 98

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

Shades of Equator #DDB562

Tints of Equator #DDB562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.6%

R = 44.2%
G = 36.2%
B = 19.6%

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

#DDB562 (or 0xDDB562) is known color: Equator. HEX triplet: DD, B5 and 62. RGB value is (221,181,98). Sum of RGB (Red+Green+Blue) = 221+181+98=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB562 is #224A9D. Grayscale: #B7B7B7. Windows color (decimal): -2247326 or 6469085. OLE color: 6469085.

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

Color convert

RGB 221 181 98 -
CMYK 0 0.18 0.56 0.13
HSL 40.49º 0.64% 0.63% -
HSV(B) 40.49º 0.56% 0.87% -
XYZ 48.55 49.3 18.51 -
YUV 183.5 79.75 154.75 -
System Red Green Blue C M Y K H S L
Decimal 221 181 98 0 0.18 0.56 0.13 40.49 0.64 0.63
Hex DD B5 62 0 12 38 D 28 40 3F
Octal 335 265 142 0 22 70 15 50 100 77
Binary 11011101 10110101 1100010 0 10010 111000 1101 101000 1000000 111111

Color Harmonies of #DDB562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB562

Black with #DDB562

Text Example


Text Example

White with #DDB562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB562; }

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

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

background-color css

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

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

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

border-color css

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

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

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