Html Css Color HEX #DDEB4D Manz

📋 copy color: '#DDEB4D'

red 221 ◦ green 235 ◦ blue 77

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

Shades of Manz #DDEB4D

Tints of Manz #DDEB4D

RGB

 RED value IS 221 (86.72% from 255) = 41.46%

 GREEN value IS 235 (92.19% from 255) = 44.09%

 BLUE value IS 77 (30.47% from 255) = 14.45%

R = 41.46%
G = 44.09%
B = 14.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#DDEB4D (or 0xDDEB4D) is known color: Manz. HEX triplet: DD, EB and 4D. RGB value is (221,235,77). Sum of RGB (Red+Green+Blue) = 221+235+77=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 77 (30.47% from 255 or 14.45% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEB4D is #2214B2. Grayscale: #D5D5D5. Windows color (decimal): -2233523 or 5106653. OLE color: 5106653.

HSL color Cylindrical-coordinate representation of color #DDEB4D: hue angle of 65.32º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDEB4D is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 235 77 -
CMYK 0.06 0 0.67 0.08
HSL 65.32º 0.8% 0.61% -
HSV(B) 65.32º 0.67% 0.92% -
XYZ 60.87 75.32 18.35 -
YUV 212.8 51.36 133.85 -
System Red Green Blue C M Y K H S L
Decimal 221 235 77 0.06 0 0.67 0.08 65.32 0.8 0.61
Hex DD EB 4D 6 0 43 8 41 50 3D
Octal 335 353 115 6 0 103 10 101 120 75
Binary 11011101 11101011 1001101 110 0 1000011 1000 1000001 1010000 111101

Color Harmonies of #DDEB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEB4D

Black with #DDEB4D

Text Example


Text Example

White with #DDEB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEB4D; }

 p { color: rgb(221,235,77); }

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

background-color css

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

 a { background-color: rgb(221,235,77); }

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

border-color css

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

 span { border-color: rgb(221,235,77); }

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