Html Css Color HEX #DDE465 Mindaro

📋 copy color: '#DDE465'

red 221 ◦ green 228 ◦ blue 101

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

Shades of Mindaro #DDE465

Tints of Mindaro #DDE465

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.45%

 BLUE value IS 101 (39.84% from 255) = 18.36%

R = 40.18%
G = 41.45%
B = 18.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#DDE465 (or 0xDDE465) is known color: Mindaro. HEX triplet: DD, E4 and 65. RGB value is (221,228,101). Sum of RGB (Red+Green+Blue) = 221+228+101=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE465 is #221B9A. Grayscale: #D3D3D3. Windows color (decimal): -2235291 or 6677725. OLE color: 6677725.

HSL color Cylindrical-coordinate representation of color #DDE465: hue angle of 63.31º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDE465 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 228 101 -
CMYK 0.03 0 0.56 0.11
HSL 63.31º 0.7% 0.65% -
HSV(B) 63.31º 0.56% 0.89% -
XYZ 59.91 71.8 23.01 -
YUV 211.43 65.68 134.83 -
System Red Green Blue C M Y K H S L
Decimal 221 228 101 0.03 0 0.56 0.11 63.31 0.7 0.65
Hex DD E4 65 3 0 38 B 3F 46 41
Octal 335 344 145 3 0 70 13 77 106 101
Binary 11011101 11100100 1100101 11 0 111000 1011 111111 1000110 1000001

Color Harmonies of #DDE465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE465

Black with #DDE465

Text Example


Text Example

White with #DDE465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE465; }

 p { color: rgb(221,228,101); }

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

background-color css

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

 a { background-color: rgb(221,228,101); }

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

border-color css

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

 span { border-color: rgb(221,228,101); }

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