Html Css Color HEX #DDBB57 Tacha

📋 copy color: '#DDBB57'

red 221 ◦ green 187 ◦ blue 87

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

Shades of Tacha #DDBB57

Tints of Tacha #DDBB57

RGB

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

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

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

R = 44.65%
G = 37.78%
B = 17.58%

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

#DDBB57 (or 0xDDBB57) is known color: Tacha. HEX triplet: DD, BB and 57. RGB value is (221,187,87). Sum of RGB (Red+Green+Blue) = 221+187+87=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB57 is #2244A8. Grayscale: #BABABA. Windows color (decimal): -2245801 or 5749725. OLE color: 5749725.

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

Color convert

RGB 221 187 87 -
CMYK 0 0.15 0.61 0.13
HSL 44.78º 0.66% 0.6% -
HSV(B) 44.78º 0.61% 0.87% -
XYZ 49.31 51.6 16.38 -
YUV 185.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 221 187 87 0 0.15 0.61 0.13 44.78 0.66 0.6
Hex DD BB 57 0 F 3D D 2D 42 3C
Octal 335 273 127 0 17 75 15 55 102 74
Binary 11011101 10111011 1010111 0 1111 111101 1101 101101 1000010 111100

Color Harmonies of #DDBB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB57

Black with #DDBB57

Text Example


Text Example

White with #DDBB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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