Html Css Color HEX #DDC058 Tacha

📋 copy color: '#DDC058'

red 221 ◦ green 192 ◦ blue 88

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

Shades of Tacha #DDC058

Tints of Tacha #DDC058

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.32%

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

R = 44.11%
G = 38.32%
B = 17.56%

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

#DDC058 (or 0xDDC058) is known color: Tacha. HEX triplet: DD, C0 and 58. RGB value is (221,192,88). Sum of RGB (Red+Green+Blue) = 221+192+88=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC058 is #223FA7. Grayscale: #BDBDBD. Windows color (decimal): -2244520 or 5816541. OLE color: 5816541.

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

Color convert

RGB 221 192 88 -
CMYK 0 0.13 0.60 0.13
HSL 46.92º 0.66% 0.61% -
HSV(B) 46.92º 0.6% 0.87% -
XYZ 50.43 53.78 16.95 -
YUV 188.82 71.11 150.96 -
System Red Green Blue C M Y K H S L
Decimal 221 192 88 0 0.13 0.60 0.13 46.92 0.66 0.61
Hex DD C0 58 0 D 3C D 2F 42 3D
Octal 335 300 130 0 15 74 15 57 102 75
Binary 11011101 11000000 1011000 0 1101 111100 1101 101111 1000010 111101

Color Harmonies of #DDC058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC058

Black with #DDC058

Text Example


Text Example

White with #DDC058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC058; }

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

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

background-color css

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

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

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

border-color css

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

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

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