Html Css Color HEX #DCE950 Manz

📋 copy color: '#DCE950'

red 220 ◦ green 233 ◦ blue 80

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

Shades of Manz #DCE950

Tints of Manz #DCE950

RGB

 RED value IS 220 (86.33% from 255) = 41.28%

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

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

R = 41.28%
G = 43.71%
B = 15.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#DCE950 (or 0xDCE950) is known color: Manz. HEX triplet: DC, E9 and 50. RGB value is (220,233,80). Sum of RGB (Red+Green+Blue) = 220+233+80=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE950 is #2316AF. Grayscale: #D4D4D4. Windows color (decimal): -2299568 or 5302748. OLE color: 5302748.

HSL color Cylindrical-coordinate representation of color #DCE950: hue angle of 65.1º 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 #DCE950 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 233 80 -
CMYK 0.06 0 0.66 0.09
HSL 65.1º 0.78% 0.61% -
HSV(B) 65.1º 0.66% 0.91% -
XYZ 60.1 74.07 18.72 -
YUV 211.67 53.69 133.94 -
System Red Green Blue C M Y K H S L
Decimal 220 233 80 0.06 0 0.66 0.09 65.1 0.78 0.61
Hex DC E9 50 6 0 42 9 41 4E 3D
Octal 334 351 120 6 0 102 11 101 116 75
Binary 11011100 11101001 1010000 110 0 1000010 1001 1000001 1001110 111101

Color Harmonies of #DCE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE950

Black with #DCE950

Text Example


Text Example

White with #DCE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE950; }

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

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

background-color css

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

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

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

border-color css

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

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

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