Html Css Color HEX #DDC458 Tacha

📋 copy color: '#DDC458'

red 221 ◦ green 196 ◦ blue 88

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

Shades of Tacha #DDC458

Tints of Tacha #DDC458

RGB

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

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

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

R = 43.76%
G = 38.81%
B = 17.43%

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

#DDC458 (or 0xDDC458) is known color: Tacha. HEX triplet: DD, C4 and 58. RGB value is (221,196,88). Sum of RGB (Red+Green+Blue) = 221+196+88=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC458 is #223BA7. Grayscale: #BFBFBF. Windows color (decimal): -2243496 or 5817565. OLE color: 5817565.

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

Color convert

RGB 221 196 88 -
CMYK 0 0.11 0.60 0.13
HSL 48.72º 0.66% 0.61% -
HSV(B) 48.72º 0.6% 0.87% -
XYZ 51.32 55.56 17.25 -
YUV 191.16 69.78 149.28 -
System Red Green Blue C M Y K H S L
Decimal 221 196 88 0 0.11 0.60 0.13 48.72 0.66 0.61
Hex DD C4 58 0 B 3C D 31 42 3D
Octal 335 304 130 0 13 74 15 61 102 75
Binary 11011101 11000100 1011000 0 1011 111100 1101 110001 1000010 111101

Color Harmonies of #DDC458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC458

Black with #DDC458

Text Example


Text Example

White with #DDC458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC458; }

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

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

background-color css

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

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

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

border-color css

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

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

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