Html Css Color HEX #DDC356 Tacha

📋 copy color: '#DDC356'

red 221 ◦ green 195 ◦ blue 86

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

Shades of Tacha #DDC356

Tints of Tacha #DDC356

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.84%

 BLUE value IS 86 (33.98% from 255) = 17.13%

R = 44.02%
G = 38.84%
B = 17.13%

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

#DDC356 (or 0xDDC356) is known color: Tacha. HEX triplet: DD, C3 and 56. RGB value is (221,195,86). Sum of RGB (Red+Green+Blue) = 221+195+86=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC356 is #223CA9. Grayscale: #BEBEBE. Windows color (decimal): -2243754 or 5686237. OLE color: 5686237.

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

Color convert

RGB 221 195 86 -
CMYK 0 0.12 0.61 0.13
HSL 48.44º 0.67% 0.6% -
HSV(B) 48.44º 0.61% 0.87% -
XYZ 51.01 55.07 16.75 -
YUV 190.35 69.11 149.86 -
System Red Green Blue C M Y K H S L
Decimal 221 195 86 0 0.12 0.61 0.13 48.44 0.67 0.6
Hex DD C3 56 0 C 3D D 30 43 3C
Octal 335 303 126 0 14 75 15 60 103 74
Binary 11011101 11000011 1010110 0 1100 111101 1101 110000 1000011 111100

Color Harmonies of #DDC356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC356

Black with #DDC356

Text Example


Text Example

White with #DDC356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC356; }

 p { color: rgb(221,195,86); }

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

background-color css

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

 a { background-color: rgb(221,195,86); }

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

border-color css

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

 span { border-color: rgb(221,195,86); }

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