Html Css Color HEX #DDED7B Mindaro

📋 copy color: '#DDED7B'

red 221 ◦ green 237 ◦ blue 123

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

Shades of Mindaro #DDED7B

Tints of Mindaro #DDED7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.17%

R = 38.04%
G = 40.79%
B = 21.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#DDED7B (or 0xDDED7B) is known color: Mindaro. HEX triplet: DD, ED and 7B. RGB value is (221,237,123). Sum of RGB (Red+Green+Blue) = 221+237+123=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 123 (48.44% from 255 or 21.17% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED7B is #221284. Grayscale: #DBDBDB. Windows color (decimal): -2232965 or 8121821. OLE color: 8121821.

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

Color convert

RGB 221 237 123 -
CMYK 0.07 0 0.48 0.07
HSL 68.42º 0.76% 0.71% -
HSV(B) 68.42º 0.48% 0.93% -
XYZ 63.68 77.37 30.32 -
YUV 219.22 73.7 129.27 -
System Red Green Blue C M Y K H S L
Decimal 221 237 123 0.07 0 0.48 0.07 68.42 0.76 0.71
Hex DD ED 7B 7 0 30 7 44 4C 47
Octal 335 355 173 7 0 60 7 104 114 107
Binary 11011101 11101101 1111011 111 0 110000 111 1000100 1001100 1000111

Color Harmonies of #DDED7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED7B

Black with #DDED7B

Text Example


Text Example

White with #DDED7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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