Html Css Color HEX #DDC457 Tacha

📋 copy color: '#DDC457'

red 221 ◦ green 196 ◦ blue 87

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

Shades of Tacha #DDC457

Tints of Tacha #DDC457

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.89%

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

R = 43.85%
G = 38.89%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDC457 (or 0xDDC457) is known color: Tacha. HEX triplet: DD, C4 and 57. RGB value is (221,196,87). Sum of RGB (Red+Green+Blue) = 221+196+87=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 87 (34.38% from 255 or 17.26% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC457 is #223BA8. Grayscale: #BFBFBF. Windows color (decimal): -2243497 or 5752029. OLE color: 5752029.

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

Color convert

RGB 221 196 87 -
CMYK 0 0.11 0.61 0.13
HSL 48.81º 0.66% 0.6% -
HSV(B) 48.81º 0.61% 0.87% -
XYZ 51.28 55.54 17.03 -
YUV 191.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 221 196 87 0 0.11 0.61 0.13 48.81 0.66 0.6
Hex DD C4 57 0 B 3D D 31 42 3C
Octal 335 304 127 0 13 75 15 61 102 74
Binary 11011101 11000100 1010111 0 1011 111101 1101 110001 1000010 111100

Color Harmonies of #DDC457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC457

Black with #DDC457

Text Example


Text Example

White with #DDC457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC457; }

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

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

background-color css

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

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

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

border-color css

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

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

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