Html Css Color HEX #DCED4A Manz

📋 copy color: '#DCED4A'

red 220 ◦ green 237 ◦ blue 74

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

Shades of Manz #DCED4A

Tints of Manz #DCED4A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.63%

 BLUE value IS 74 (29.3% from 255) = 13.94%

R = 41.43%
G = 44.63%
B = 13.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#DCED4A (or 0xDCED4A) is known color: Manz. HEX triplet: DC, ED and 4A. RGB value is (220,237,74). Sum of RGB (Red+Green+Blue) = 220+237+74=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 74 (29.30% from 255 or 13.94% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED4A is #2312B5. Grayscale: #D5D5D5. Windows color (decimal): -2298550 or 4910556. OLE color: 4910556.

HSL color Cylindrical-coordinate representation of color #DCED4A: hue angle of 66.26º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCED4A is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 74 -
CMYK 0.07 0 0.69 0.07
HSL 66.26º 0.82% 0.61% -
HSV(B) 66.26º 0.69% 0.93% -
XYZ 61.04 76.28 17.98 -
YUV 213.34 49.37 132.75 -
System Red Green Blue C M Y K H S L
Decimal 220 237 74 0.07 0 0.69 0.07 66.26 0.82 0.61
Hex DC ED 4A 7 0 45 7 42 52 3D
Octal 334 355 112 7 0 105 7 102 122 75
Binary 11011100 11101101 1001010 111 0 1000101 111 1000010 1010010 111101

Color Harmonies of #DCED4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED4A

Black with #DCED4A

Text Example


Text Example

White with #DCED4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED4A; }

 p { color: rgb(220,237,74); }

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

background-color css

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

 a { background-color: rgb(220,237,74); }

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

border-color css

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

 span { border-color: rgb(220,237,74); }

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