Html Css Color HEX #DDB861 Equator

📋 copy color: '#DDB861'

red 221 ◦ green 184 ◦ blue 97

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

Shades of Equator #DDB861

Tints of Equator #DDB861

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.65%

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

R = 44.02%
G = 36.65%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDB861 (or 0xDDB861) is known color: Equator. HEX triplet: DD, B8 and 61. RGB value is (221,184,97). Sum of RGB (Red+Green+Blue) = 221+184+97=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB861 is #22479E. Grayscale: #B9B9B9. Windows color (decimal): -2246559 or 6404317. OLE color: 6404317.

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

Color convert

RGB 221 184 97 -
CMYK 0 0.17 0.56 0.13
HSL 42.1º 0.65% 0.62% -
HSV(B) 42.1º 0.56% 0.87% -
XYZ 49.12 50.52 18.47 -
YUV 185.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 221 184 97 0 0.17 0.56 0.13 42.1 0.65 0.62
Hex DD B8 61 0 11 38 D 2A 41 3E
Octal 335 270 141 0 21 70 15 52 101 76
Binary 11011101 10111000 1100001 0 10001 111000 1101 101010 1000001 111110

Color Harmonies of #DDB861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB861

Black with #DDB861

Text Example


Text Example

White with #DDB861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB861; }

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

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

background-color css

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

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

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

border-color css

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

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

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