Html Css Color HEX #DDC257 Tacha

📋 copy color: '#DDC257'

red 221 ◦ green 194 ◦ blue 87

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

Shades of Tacha #DDC257

Tints of Tacha #DDC257

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.65%

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

R = 44.02%
G = 38.65%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDC257 (or 0xDDC257) is known color: Tacha. HEX triplet: DD, C2 and 57. RGB value is (221,194,87). Sum of RGB (Red+Green+Blue) = 221+194+87=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC257 is #223DA8. Grayscale: #BEBEBE. Windows color (decimal): -2244009 or 5751517. OLE color: 5751517.

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

Color convert

RGB 221 194 87 -
CMYK 0 0.12 0.61 0.13
HSL 47.91º 0.66% 0.6% -
HSV(B) 47.91º 0.61% 0.87% -
XYZ 50.83 54.64 16.89 -
YUV 189.88 69.95 150.2 -
System Red Green Blue C M Y K H S L
Decimal 221 194 87 0 0.12 0.61 0.13 47.91 0.66 0.6
Hex DD C2 57 0 C 3D D 30 42 3C
Octal 335 302 127 0 14 75 15 60 102 74
Binary 11011101 11000010 1010111 0 1100 111101 1101 110000 1000010 111100

Color Harmonies of #DDC257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC257

Black with #DDC257

Text Example


Text Example

White with #DDC257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC257; }

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

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

background-color css

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

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

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

border-color css

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

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

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