Html Css Color HEX #DDA961 Equator

📋 copy color: '#DDA961'

red 221 ◦ green 169 ◦ blue 97

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

Shades of Equator #DDA961

Tints of Equator #DDA961

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.7%

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

R = 45.38%
G = 34.7%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDA961 (or 0xDDA961) is known color: Equator. HEX triplet: DD, A9 and 61. RGB value is (221,169,97). Sum of RGB (Red+Green+Blue) = 221+169+97=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA961 is #22569E. Grayscale: #B0B0B0. Windows color (decimal): -2250399 or 6400477. OLE color: 6400477.

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

Color convert

RGB 221 169 97 -
CMYK 0 0.24 0.56 0.13
HSL 34.84º 0.65% 0.62% -
HSV(B) 34.84º 0.56% 0.87% -
XYZ 46.16 44.61 17.49 -
YUV 176.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 221 169 97 0 0.24 0.56 0.13 34.84 0.65 0.62
Hex DD A9 61 0 18 38 D 23 41 3E
Octal 335 251 141 0 30 70 15 43 101 76
Binary 11011101 10101001 1100001 0 11000 111000 1101 100011 1000001 111110

Color Harmonies of #DDA961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA961

Black with #DDA961

Text Example


Text Example

White with #DDA961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA961; }

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

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

background-color css

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

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

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

border-color css

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

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

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