Html Css Color HEX #DFDC58 Manz

📋 copy color: '#DFDC58'

red 223 ◦ green 220 ◦ blue 88

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

Shades of Manz #DFDC58

Tints of Manz #DFDC58

RGB

 RED value IS 223 (87.5% from 255) = 42%

 GREEN value IS 220 (86.33% from 255) = 41.43%

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

R = 42%
G = 41.43%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DFDC58 (or 0xDFDC58) is known color: Manz. HEX triplet: DF, DC and 58. RGB value is (223,220,88). Sum of RGB (Red+Green+Blue) = 223+220+88=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC58 is #2023A7. Grayscale: #CECECE. Windows color (decimal): -2106280 or 5823711. OLE color: 5823711.

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

Color convert

RGB 223 220 88 -
CMYK 0 0.01 0.61 0.13
HSL 58.67º 0.68% 0.61% -
HSV(B) 58.67º 0.61% 0.87% -
XYZ 57.79 67.58 19.23 -
YUV 205.85 61.49 140.23 -
System Red Green Blue C M Y K H S L
Decimal 223 220 88 0 0.01 0.61 0.13 58.67 0.68 0.61
Hex DF DC 58 0 1 3D D 3B 44 3D
Octal 337 334 130 0 1 75 15 73 104 75
Binary 11011111 11011100 1011000 0 1 111101 1101 111011 1000100 111101

Color Harmonies of #DFDC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC58

Black with #DFDC58

Text Example


Text Example

White with #DFDC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC58; }

 p { color: rgb(223,220,88); }

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

background-color css

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

 a { background-color: rgb(223,220,88); }

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

border-color css

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

 span { border-color: rgb(223,220,88); }

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