Html Css Color HEX #DDBB59 Tacha

📋 copy color: '#DDBB59'

red 221 ◦ green 187 ◦ blue 89

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

Shades of Tacha #DDBB59

Tints of Tacha #DDBB59

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.63%

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

R = 44.47%
G = 37.63%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDBB59 (or 0xDDBB59) is known color: Tacha. HEX triplet: DD, BB and 59. RGB value is (221,187,89). Sum of RGB (Red+Green+Blue) = 221+187+89=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 89 (35.16% from 255 or 17.91% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB59 is #2244A6. Grayscale: #BABABA. Windows color (decimal): -2245799 or 5880797. OLE color: 5880797.

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

Color convert

RGB 221 187 89 -
CMYK 0 0.15 0.60 0.13
HSL 44.55º 0.66% 0.61% -
HSV(B) 44.55º 0.6% 0.87% -
XYZ 49.39 51.63 16.81 -
YUV 185.99 73.26 152.97 -
System Red Green Blue C M Y K H S L
Decimal 221 187 89 0 0.15 0.60 0.13 44.55 0.66 0.61
Hex DD BB 59 0 F 3C D 2D 42 3D
Octal 335 273 131 0 17 74 15 55 102 75
Binary 11011101 10111011 1011001 0 1111 111100 1101 101101 1000010 111101

Color Harmonies of #DDBB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB59

Black with #DDBB59

Text Example


Text Example

White with #DDBB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB59; }

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

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

background-color css

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

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

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

border-color css

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

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

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