Html Css Color HEX #DDC55E Tacha

📋 copy color: '#DDC55E'

red 221 ◦ green 197 ◦ blue 94

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

Shades of Tacha #DDC55E

Tints of Tacha #DDC55E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.48%

 BLUE value IS 94 (37.11% from 255) = 18.36%

R = 43.16%
G = 38.48%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDC55E (or 0xDDC55E) is known color: Tacha. HEX triplet: DD, C5 and 5E. RGB value is (221,197,94). Sum of RGB (Red+Green+Blue) = 221+197+94=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC55E is #223AA1. Grayscale: #C0C0C0. Windows color (decimal): -2243234 or 6211037. OLE color: 6211037.

HSL color Cylindrical-coordinate representation of color #DDC55E: hue angle of 48.66º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDC55E is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 94 -
CMYK 0 0.11 0.57 0.13
HSL 48.66º 0.65% 0.62% -
HSV(B) 48.66º 0.57% 0.87% -
XYZ 51.81 56.11 18.69 -
YUV 192.43 72.45 148.38 -
System Red Green Blue C M Y K H S L
Decimal 221 197 94 0 0.11 0.57 0.13 48.66 0.65 0.62
Hex DD C5 5E 0 B 39 D 31 41 3E
Octal 335 305 136 0 13 71 15 61 101 76
Binary 11011101 11000101 1011110 0 1011 111001 1101 110001 1000001 111110

Color Harmonies of #DDC55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC55E

Black with #DDC55E

Text Example


Text Example

White with #DDC55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC55E; }

 p { color: rgb(221,197,94); }

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

background-color css

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

 a { background-color: rgb(221,197,94); }

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

border-color css

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

 span { border-color: rgb(221,197,94); }

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