Html Css Color HEX #DFD25E Manz

📋 copy color: '#DFD25E'

red 223 ◦ green 210 ◦ blue 94

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

Shades of Manz #DFD25E

Tints of Manz #DFD25E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.85%

 BLUE value IS 94 (37.11% from 255) = 17.84%

R = 42.31%
G = 39.85%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFD25E (or 0xDFD25E) is known color: Manz. HEX triplet: DF, D2 and 5E. RGB value is (223,210,94). Sum of RGB (Red+Green+Blue) = 223+210+94=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD25E is #202DA1. Grayscale: #C9C9C9. Windows color (decimal): -2108834 or 6214367. OLE color: 6214367.

HSL color Cylindrical-coordinate representation of color #DFD25E: hue angle of 53.95º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFD25E is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 210 94 -
CMYK 0 0.06 0.58 0.13
HSL 53.95º 0.67% 0.62% -
HSV(B) 53.95º 0.58% 0.87% -
XYZ 55.5 62.59 19.75 -
YUV 200.66 67.81 143.93 -
System Red Green Blue C M Y K H S L
Decimal 223 210 94 0 0.06 0.58 0.13 53.95 0.67 0.62
Hex DF D2 5E 0 6 3A D 36 43 3E
Octal 337 322 136 0 6 72 15 66 103 76
Binary 11011111 11010010 1011110 0 110 111010 1101 110110 1000011 111110

Color Harmonies of #DFD25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD25E

Black with #DFD25E

Text Example


Text Example

White with #DFD25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD25E; }

 p { color: rgb(223,210,94); }

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

background-color css

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

 a { background-color: rgb(223,210,94); }

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

border-color css

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

 span { border-color: rgb(223,210,94); }

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