Html Css Color HEX #DDE568 Mindaro

📋 copy color: '#DDE568'

red 221 ◦ green 229 ◦ blue 104

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

Shades of Mindaro #DDE568

Tints of Mindaro #DDE568

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.34%

 BLUE value IS 104 (41.02% from 255) = 18.77%

R = 39.89%
G = 41.34%
B = 18.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#DDE568 (or 0xDDE568) is known color: Mindaro. HEX triplet: DD, E5 and 68. RGB value is (221,229,104). Sum of RGB (Red+Green+Blue) = 221+229+104=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE568 is #221A97. Grayscale: #D4D4D4. Windows color (decimal): -2235032 or 6874589. OLE color: 6874589.

HSL color Cylindrical-coordinate representation of color #DDE568: hue angle of 63.84º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDE568 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 229 104 -
CMYK 0.03 0 0.55 0.10
HSL 63.84º 0.71% 0.65% -
HSV(B) 63.84º 0.55% 0.9% -
XYZ 60.34 72.41 23.89 -
YUV 212.36 66.85 134.16 -
System Red Green Blue C M Y K H S L
Decimal 221 229 104 0.03 0 0.55 0.10 63.84 0.71 0.65
Hex DD E5 68 3 0 37 A 40 47 41
Octal 335 345 150 3 0 67 12 100 107 101
Binary 11011101 11100101 1101000 11 0 110111 1010 1000000 1000111 1000001

Color Harmonies of #DDE568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE568

Black with #DDE568

Text Example


Text Example

White with #DDE568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE568; }

 p { color: rgb(221,229,104); }

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

background-color css

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

 a { background-color: rgb(221,229,104); }

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

border-color css

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

 span { border-color: rgb(221,229,104); }

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