Html Css Color HEX #DDED7E Mindaro

📋 copy color: '#DDED7E'

red 221 ◦ green 237 ◦ blue 126

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

Shades of Mindaro #DDED7E

Tints of Mindaro #DDED7E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.58%

 BLUE value IS 126 (49.61% from 255) = 21.58%

R = 37.84%
G = 40.58%
B = 21.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#DDED7E (or 0xDDED7E) is known color: Mindaro. HEX triplet: DD, ED and 7E. RGB value is (221,237,126). Sum of RGB (Red+Green+Blue) = 221+237+126=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 126 (49.61% from 255 or 21.58% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED7E is #221281. Grayscale: #DBDBDB. Windows color (decimal): -2232962 or 8318429. OLE color: 8318429.

HSL color Cylindrical-coordinate representation of color #DDED7E: hue angle of 68.65º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDED7E is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 126 -
CMYK 0.07 0 0.47 0.07
HSL 68.65º 0.76% 0.71% -
HSV(B) 68.65º 0.47% 0.93% -
XYZ 63.87 77.45 31.32 -
YUV 219.56 75.2 129.03 -
System Red Green Blue C M Y K H S L
Decimal 221 237 126 0.07 0 0.47 0.07 68.65 0.76 0.71
Hex DD ED 7E 7 0 2F 7 45 4C 47
Octal 335 355 176 7 0 57 7 105 114 107
Binary 11011101 11101101 1111110 111 0 101111 111 1000101 1001100 1000111

Color Harmonies of #DDED7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED7E

Black with #DDED7E

Text Example


Text Example

White with #DDED7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED7E; }

 p { color: rgb(221,237,126); }

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

background-color css

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

 a { background-color: rgb(221,237,126); }

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

border-color css

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

 span { border-color: rgb(221,237,126); }

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