Html Css Color HEX #DDB961 Equator

📋 copy color: '#DDB961'

red 221 ◦ green 185 ◦ blue 97

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

Shades of Equator #DDB961

Tints of Equator #DDB961

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.78%

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

R = 43.94%
G = 36.78%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDB961 (or 0xDDB961) is known color: Equator. HEX triplet: DD, B9 and 61. RGB value is (221,185,97). Sum of RGB (Red+Green+Blue) = 221+185+97=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB961 is #22469E. Grayscale: #BABABA. Windows color (decimal): -2246303 or 6404573. OLE color: 6404573.

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

Color convert

RGB 221 185 97 -
CMYK 0 0.16 0.56 0.13
HSL 42.58º 0.65% 0.62% -
HSV(B) 42.58º 0.56% 0.87% -
XYZ 49.33 50.93 18.54 -
YUV 185.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 221 185 97 0 0.16 0.56 0.13 42.58 0.65 0.62
Hex DD B9 61 0 10 38 D 2B 41 3E
Octal 335 271 141 0 20 70 15 53 101 76
Binary 11011101 10111001 1100001 0 10000 111000 1101 101011 1000001 111110

Color Harmonies of #DDB961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB961

Black with #DDB961

Text Example


Text Example

White with #DDB961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB961; }

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

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

background-color css

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

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

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

border-color css

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

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

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