Html Css Color HEX #DDC558 Tacha

📋 copy color: '#DDC558'

red 221 ◦ green 197 ◦ blue 88

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

Shades of Tacha #DDC558

Tints of Tacha #DDC558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.39%

R = 43.68%
G = 38.93%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDC558 (or 0xDDC558) is known color: Tacha. HEX triplet: DD, C5 and 58. RGB value is (221,197,88). Sum of RGB (Red+Green+Blue) = 221+197+88=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC558 is #223AA7. Grayscale: #C0C0C0. Windows color (decimal): -2243240 or 5817821. OLE color: 5817821.

HSL color Cylindrical-coordinate representation of color #DDC558: hue angle of 49.17º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDC558 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 88 -
CMYK 0 0.11 0.60 0.13
HSL 49.17º 0.66% 0.61% -
HSV(B) 49.17º 0.6% 0.87% -
XYZ 51.55 56.01 17.33 -
YUV 191.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 221 197 88 0 0.11 0.60 0.13 49.17 0.66 0.61
Hex DD C5 58 0 B 3C D 31 42 3D
Octal 335 305 130 0 13 74 15 61 102 75
Binary 11011101 11000101 1011000 0 1011 111100 1101 110001 1000010 111101

Color Harmonies of #DDC558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC558

Black with #DDC558

Text Example


Text Example

White with #DDC558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC558; }

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

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

background-color css

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

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

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

border-color css

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

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

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