Html Css Color HEX #DDBC57 Tacha

📋 copy color: '#DDBC57'

red 221 ◦ green 188 ◦ blue 87

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

Shades of Tacha #DDBC57

Tints of Tacha #DDBC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.54%

R = 44.56%
G = 37.9%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDBC57 (or 0xDDBC57) is known color: Tacha. HEX triplet: DD, BC and 57. RGB value is (221,188,87). Sum of RGB (Red+Green+Blue) = 221+188+87=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 87 (34.38% from 255 or 17.54% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC57 is #2243A8. Grayscale: #BABABA. Windows color (decimal): -2245545 or 5749981. OLE color: 5749981.

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

Color convert

RGB 221 188 87 -
CMYK 0 0.15 0.61 0.13
HSL 45.22º 0.66% 0.6% -
HSV(B) 45.22º 0.61% 0.87% -
XYZ 49.52 52.03 16.45 -
YUV 186.35 71.93 152.71 -
System Red Green Blue C M Y K H S L
Decimal 221 188 87 0 0.15 0.61 0.13 45.22 0.66 0.6
Hex DD BC 57 0 F 3D D 2D 42 3C
Octal 335 274 127 0 17 75 15 55 102 74
Binary 11011101 10111100 1010111 0 1111 111101 1101 101101 1000010 111100

Color Harmonies of #DDBC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC57

Black with #DDBC57

Text Example


Text Example

White with #DDBC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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