Html Css Color HEX #DDB460 Equator

📋 copy color: '#DDB460'

red 221 ◦ green 180 ◦ blue 96

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

Shades of Equator #DDB460

Tints of Equator #DDB460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.22%

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

R = 44.47%
G = 36.22%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDB460 (or 0xDDB460) is known color: Equator. HEX triplet: DD, B4 and 60. RGB value is (221,180,96). Sum of RGB (Red+Green+Blue) = 221+180+96=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB460 is #224B9F. Grayscale: #B7B7B7. Windows color (decimal): -2247584 or 6337757. OLE color: 6337757.

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

Color convert

RGB 221 180 96 -
CMYK 0 0.19 0.57 0.13
HSL 40.32º 0.65% 0.62% -
HSV(B) 40.32º 0.57% 0.87% -
XYZ 48.25 48.86 17.95 -
YUV 182.68 79.08 155.33 -
System Red Green Blue C M Y K H S L
Decimal 221 180 96 0 0.19 0.57 0.13 40.32 0.65 0.62
Hex DD B4 60 0 13 39 D 28 41 3E
Octal 335 264 140 0 23 71 15 50 101 76
Binary 11011101 10110100 1100000 0 10011 111001 1101 101000 1000001 111110

Color Harmonies of #DDB460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB460

Black with #DDB460

Text Example


Text Example

White with #DDB460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB460; }

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

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

background-color css

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

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

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

border-color css

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

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

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