Html Css Color HEX #DFE950 Manz

📋 copy color: '#DFE950'

red 223 ◦ green 233 ◦ blue 80

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

Shades of Manz #DFE950

Tints of Manz #DFE950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.47%

 BLUE value IS 80 (31.64% from 255) = 14.93%

R = 41.6%
G = 43.47%
B = 14.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#DFE950 (or 0xDFE950) is known color: Manz. HEX triplet: DF, E9 and 50. RGB value is (223,233,80). Sum of RGB (Red+Green+Blue) = 223+233+80=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE950 is #2016AF. Grayscale: #D5D5D5. Windows color (decimal): -2102960 or 5302751. OLE color: 5302751.

HSL color Cylindrical-coordinate representation of color #DFE950: hue angle of 63.92º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFE950 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 233 80 -
CMYK 0.04 0 0.66 0.09
HSL 63.92º 0.78% 0.61% -
HSV(B) 63.92º 0.66% 0.91% -
XYZ 61.02 74.54 18.76 -
YUV 212.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 223 233 80 0.04 0 0.66 0.09 63.92 0.78 0.61
Hex DF E9 50 4 0 42 9 40 4E 3D
Octal 337 351 120 4 0 102 11 100 116 75
Binary 11011111 11101001 1010000 100 0 1000010 1001 1000000 1001110 111101

Color Harmonies of #DFE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE950

Black with #DFE950

Text Example


Text Example

White with #DFE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE950; }

 p { color: rgb(223,233,80); }

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

background-color css

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

 a { background-color: rgb(223,233,80); }

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

border-color css

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

 span { border-color: rgb(223,233,80); }

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