Html Css Color HEX #DDC057 Tacha

📋 copy color: '#DDC057'

red 221 ◦ green 192 ◦ blue 87

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

Shades of Tacha #DDC057

Tints of Tacha #DDC057

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.4%

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

R = 44.2%
G = 38.4%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDC057 (or 0xDDC057) is known color: Tacha. HEX triplet: DD, C0 and 57. RGB value is (221,192,87). Sum of RGB (Red+Green+Blue) = 221+192+87=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC057 is #223FA8. Grayscale: #BDBDBD. Windows color (decimal): -2244521 or 5751005. OLE color: 5751005.

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

Color convert

RGB 221 192 87 -
CMYK 0 0.13 0.61 0.13
HSL 47.01º 0.66% 0.6% -
HSV(B) 47.01º 0.61% 0.87% -
XYZ 50.39 53.76 16.74 -
YUV 188.7 70.61 151.04 -
System Red Green Blue C M Y K H S L
Decimal 221 192 87 0 0.13 0.61 0.13 47.01 0.66 0.6
Hex DD C0 57 0 D 3D D 2F 42 3C
Octal 335 300 127 0 15 75 15 57 102 74
Binary 11011101 11000000 1010111 0 1101 111101 1101 101111 1000010 111100

Color Harmonies of #DDC057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC057

Black with #DDC057

Text Example


Text Example

White with #DDC057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC057; }

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

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

background-color css

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

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

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

border-color css

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

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

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