Html Css Color HEX #DFD35E Manz

📋 copy color: '#DFD35E'

red 223 ◦ green 211 ◦ blue 94

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

Shades of Manz #DFD35E

Tints of Manz #DFD35E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.96%

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

R = 42.23%
G = 39.96%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFD35E (or 0xDFD35E) is known color: Manz. HEX triplet: DF, D3 and 5E. RGB value is (223,211,94). Sum of RGB (Red+Green+Blue) = 223+211+94=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD35E is #202CA1. Grayscale: #C9C9C9. Windows color (decimal): -2108578 or 6214623. OLE color: 6214623.

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

Color convert

RGB 223 211 94 -
CMYK 0 0.05 0.58 0.13
HSL 54.42º 0.67% 0.62% -
HSV(B) 54.42º 0.58% 0.87% -
XYZ 55.75 63.08 19.83 -
YUV 201.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 223 211 94 0 0.05 0.58 0.13 54.42 0.67 0.62
Hex DF D3 5E 0 5 3A D 36 43 3E
Octal 337 323 136 0 5 72 15 66 103 76
Binary 11011111 11010011 1011110 0 101 111010 1101 110110 1000011 111110

Color Harmonies of #DFD35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD35E

Black with #DFD35E

Text Example


Text Example

White with #DFD35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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