Html Css Color HEX #DFD65E Manz

📋 copy color: '#DFD65E'

red 223 ◦ green 214 ◦ blue 94

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

Shades of Manz #DFD65E

Tints of Manz #DFD65E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.3%

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

R = 42%
G = 40.3%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFD65E (or 0xDFD65E) is known color: Manz. HEX triplet: DF, D6 and 5E. RGB value is (223,214,94). Sum of RGB (Red+Green+Blue) = 223+214+94=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD65E is #2029A1. Grayscale: #CBCBCB. Windows color (decimal): -2107810 or 6215391. OLE color: 6215391.

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

Color convert

RGB 223 214 94 -
CMYK 0 0.04 0.58 0.13
HSL 55.81º 0.67% 0.62% -
HSV(B) 55.81º 0.58% 0.87% -
XYZ 56.5 64.59 20.08 -
YUV 203.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 223 214 94 0 0.04 0.58 0.13 55.81 0.67 0.62
Hex DF D6 5E 0 4 3A D 38 43 3E
Octal 337 326 136 0 4 72 15 70 103 76
Binary 11011111 11010110 1011110 0 100 111010 1101 111000 1000011 111110

Color Harmonies of #DFD65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD65E

Black with #DFD65E

Text Example


Text Example

White with #DFD65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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