Html Css Color HEX #DDE762 Mindaro

📋 copy color: '#DDE762'

red 221 ◦ green 231 ◦ blue 98

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

Shades of Mindaro #DDE762

Tints of Mindaro #DDE762

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42%

 BLUE value IS 98 (38.67% from 255) = 17.82%

R = 40.18%
G = 42%
B = 17.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#DDE762 (or 0xDDE762) is known color: Mindaro. HEX triplet: DD, E7 and 62. RGB value is (221,231,98). Sum of RGB (Red+Green+Blue) = 221+231+98=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE762 is #22189D. Grayscale: #D5D5D5. Windows color (decimal): -2234526 or 6481885. OLE color: 6481885.

HSL color Cylindrical-coordinate representation of color #DDE762: hue angle of 64.51º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDE762 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 231 98 -
CMYK 0.04 0 0.58 0.09
HSL 64.51º 0.73% 0.65% -
HSV(B) 64.51º 0.58% 0.91% -
XYZ 60.6 73.41 22.53 -
YUV 212.85 63.19 133.81 -
System Red Green Blue C M Y K H S L
Decimal 221 231 98 0.04 0 0.58 0.09 64.51 0.73 0.65
Hex DD E7 62 4 0 3A 9 41 49 41
Octal 335 347 142 4 0 72 11 101 111 101
Binary 11011101 11100111 1100010 100 0 111010 1001 1000001 1001001 1000001

Color Harmonies of #DDE762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE762

Black with #DDE762

Text Example


Text Example

White with #DDE762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE762; }

 p { color: rgb(221,231,98); }

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

background-color css

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

 a { background-color: rgb(221,231,98); }

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

border-color css

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

 span { border-color: rgb(221,231,98); }

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