Html Css Color HEX #DDE64C Manz

📋 copy color: '#DDE64C'

red 221 ◦ green 230 ◦ blue 76

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

Shades of Manz #DDE64C

Tints of Manz #DDE64C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.64%

 BLUE value IS 76 (30.08% from 255) = 14.42%

R = 41.94%
G = 43.64%
B = 14.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#DDE64C (or 0xDDE64C) is known color: Manz. HEX triplet: DD, E6 and 4C. RGB value is (221,230,76). Sum of RGB (Red+Green+Blue) = 221+230+76=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE64C is #2219B3. Grayscale: #D2D2D2. Windows color (decimal): -2234804 or 5039837. OLE color: 5039837.

HSL color Cylindrical-coordinate representation of color #DDE64C: hue angle of 63.51º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDE64C is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 230 76 -
CMYK 0.04 0 0.67 0.10
HSL 63.51º 0.75% 0.6% -
HSV(B) 63.51º 0.67% 0.9% -
XYZ 59.42 72.49 17.7 -
YUV 209.75 52.52 136.02 -
System Red Green Blue C M Y K H S L
Decimal 221 230 76 0.04 0 0.67 0.10 63.51 0.75 0.6
Hex DD E6 4C 4 0 43 A 40 4B 3C
Octal 335 346 114 4 0 103 12 100 113 74
Binary 11011101 11100110 1001100 100 0 1000011 1010 1000000 1001011 111100

Color Harmonies of #DDE64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE64C

Black with #DDE64C

Text Example


Text Example

White with #DDE64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE64C; }

 p { color: rgb(221,230,76); }

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

background-color css

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

 a { background-color: rgb(221,230,76); }

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

border-color css

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

 span { border-color: rgb(221,230,76); }

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