Html Css Color HEX #DDBA59 Equator

📋 copy color: '#DDBA59'

red 221 ◦ green 186 ◦ blue 89

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

Shades of Equator #DDBA59

Tints of Equator #DDBA59

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.5%

 BLUE value IS 89 (35.16% from 255) = 17.94%

R = 44.56%
G = 37.5%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDBA59 (or 0xDDBA59) is known color: Equator. HEX triplet: DD, BA and 59. RGB value is (221,186,89). Sum of RGB (Red+Green+Blue) = 221+186+89=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 89 (35.16% from 255 or 17.94% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA59 is #2245A6. Grayscale: #B9B9B9. Windows color (decimal): -2246055 or 5880541. OLE color: 5880541.

HSL color Cylindrical-coordinate representation of color #DDBA59: hue angle of 44.09º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDBA59 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 89 -
CMYK 0 0.16 0.60 0.13
HSL 44.09º 0.66% 0.61% -
HSV(B) 44.09º 0.6% 0.87% -
XYZ 49.18 51.21 16.74 -
YUV 185.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 221 186 89 0 0.16 0.60 0.13 44.09 0.66 0.61
Hex DD BA 59 0 10 3C D 2C 42 3D
Octal 335 272 131 0 20 74 15 54 102 75
Binary 11011101 10111010 1011001 0 10000 111100 1101 101100 1000010 111101

Color Harmonies of #DDBA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA59

Black with #DDBA59

Text Example


Text Example

White with #DDBA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA59; }

 p { color: rgb(221,186,89); }

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

background-color css

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

 a { background-color: rgb(221,186,89); }

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

border-color css

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

 span { border-color: rgb(221,186,89); }

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