Html Css Color HEX #DCED4B Manz

📋 copy color: '#DCED4B'

red 220 ◦ green 237 ◦ blue 75

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

Shades of Manz #DCED4B

Tints of Manz #DCED4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.1%

R = 41.35%
G = 44.55%
B = 14.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#DCED4B (or 0xDCED4B) is known color: Manz. HEX triplet: DC, ED and 4B. RGB value is (220,237,75). Sum of RGB (Red+Green+Blue) = 220+237+75=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 75 (29.69% from 255 or 14.10% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED4B is #2312B4. Grayscale: #D6D6D6. Windows color (decimal): -2298549 or 4976092. OLE color: 4976092.

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

Color convert

RGB 220 237 75 -
CMYK 0.07 0 0.68 0.07
HSL 66.3º 0.82% 0.61% -
HSV(B) 66.3º 0.68% 0.93% -
XYZ 61.07 76.29 18.16 -
YUV 213.45 49.87 132.67 -
System Red Green Blue C M Y K H S L
Decimal 220 237 75 0.07 0 0.68 0.07 66.3 0.82 0.61
Hex DC ED 4B 7 0 44 7 42 52 3D
Octal 334 355 113 7 0 104 7 102 122 75
Binary 11011100 11101101 1001011 111 0 1000100 111 1000010 1010010 111101

Color Harmonies of #DCED4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED4B

Black with #DCED4B

Text Example


Text Example

White with #DCED4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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