Html Css Color HEX #DDBC60 Tacha

📋 copy color: '#DDBC60'

red 221 ◦ green 188 ◦ blue 96

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

Shades of Tacha #DDBC60

Tints of Tacha #DDBC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.23%

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

R = 43.76%
G = 37.23%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDBC60 (or 0xDDBC60) is known color: Tacha. HEX triplet: DD, BC and 60. RGB value is (221,188,96). Sum of RGB (Red+Green+Blue) = 221+188+96=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC60 is #22439F. Grayscale: #BBBBBB. Windows color (decimal): -2245536 or 6339805. OLE color: 6339805.

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

Color convert

RGB 221 188 96 -
CMYK 0 0.15 0.57 0.13
HSL 44.16º 0.65% 0.62% -
HSV(B) 44.16º 0.57% 0.87% -
XYZ 49.91 52.18 18.51 -
YUV 187.38 76.43 151.98 -
System Red Green Blue C M Y K H S L
Decimal 221 188 96 0 0.15 0.57 0.13 44.16 0.65 0.62
Hex DD BC 60 0 F 39 D 2C 41 3E
Octal 335 274 140 0 17 71 15 54 101 76
Binary 11011101 10111100 1100000 0 1111 111001 1101 101100 1000001 111110

Color Harmonies of #DDBC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC60

Black with #DDBC60

Text Example


Text Example

White with #DDBC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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