Html Css Color HEX #DDB960 Equator

📋 copy color: '#DDB960'

red 221 ◦ green 185 ◦ blue 96

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

Shades of Equator #DDB960

Tints of Equator #DDB960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.12%

R = 44.02%
G = 36.85%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDB960 (or 0xDDB960) is known color: Equator. HEX triplet: DD, B9 and 60. RGB value is (221,185,96). Sum of RGB (Red+Green+Blue) = 221+185+96=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB960 is #22469F. Grayscale: #BABABA. Windows color (decimal): -2246304 or 6339037. OLE color: 6339037.

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

Color convert

RGB 221 185 96 -
CMYK 0 0.16 0.57 0.13
HSL 42.72º 0.65% 0.62% -
HSV(B) 42.72º 0.57% 0.87% -
XYZ 49.28 50.91 18.3 -
YUV 185.62 77.43 153.24 -
System Red Green Blue C M Y K H S L
Decimal 221 185 96 0 0.16 0.57 0.13 42.72 0.65 0.62
Hex DD B9 60 0 10 39 D 2B 41 3E
Octal 335 271 140 0 20 71 15 53 101 76
Binary 11011101 10111001 1100000 0 10000 111001 1101 101011 1000001 111110

Color Harmonies of #DDB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB960

Black with #DDB960

Text Example


Text Example

White with #DDB960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB960; }

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

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

background-color css

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

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

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

border-color css

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

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

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