Html Css Color HEX #DDC158 Tacha

📋 copy color: '#DDC158'

red 221 ◦ green 193 ◦ blue 88

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

Shades of Tacha #DDC158

Tints of Tacha #DDC158

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.45%

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

R = 44.02%
G = 38.45%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDC158 (or 0xDDC158) is known color: Tacha. HEX triplet: DD, C1 and 58. RGB value is (221,193,88). Sum of RGB (Red+Green+Blue) = 221+193+88=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC158 is #223EA7. Grayscale: #BDBDBD. Windows color (decimal): -2244264 or 5816797. OLE color: 5816797.

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

Color convert

RGB 221 193 88 -
CMYK 0 0.13 0.60 0.13
HSL 47.37º 0.66% 0.61% -
HSV(B) 47.37º 0.6% 0.87% -
XYZ 50.65 54.22 17.03 -
YUV 189.4 70.78 150.54 -
System Red Green Blue C M Y K H S L
Decimal 221 193 88 0 0.13 0.60 0.13 47.37 0.66 0.61
Hex DD C1 58 0 D 3C D 2F 42 3D
Octal 335 301 130 0 15 74 15 57 102 75
Binary 11011101 11000001 1011000 0 1101 111100 1101 101111 1000010 111101

Color Harmonies of #DDC158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC158

Black with #DDC158

Text Example


Text Example

White with #DDC158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC158; }

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

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

background-color css

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

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

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

border-color css

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

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

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