Html Css Color HEX #DDED7D Mindaro

📋 copy color: '#DDED7D'

red 221 ◦ green 237 ◦ blue 125

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

Shades of Mindaro #DDED7D

Tints of Mindaro #DDED7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.44%

R = 37.91%
G = 40.65%
B = 21.44%

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

#DDED7D (or 0xDDED7D) is known color: Mindaro. HEX triplet: DD, ED and 7D. RGB value is (221,237,125). Sum of RGB (Red+Green+Blue) = 221+237+125=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED7D is #221282. Grayscale: #DBDBDB. Windows color (decimal): -2232963 or 8252893. OLE color: 8252893.

HSL color Cylindrical-coordinate representation of color #DDED7D: hue angle of 68.57º 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 #DDED7D is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 125 -
CMYK 0.07 0 0.47 0.07
HSL 68.57º 0.76% 0.71% -
HSV(B) 68.57º 0.47% 0.93% -
XYZ 63.8 77.42 30.98 -
YUV 219.45 74.7 129.11 -
System Red Green Blue C M Y K H S L
Decimal 221 237 125 0.07 0 0.47 0.07 68.57 0.76 0.71
Hex DD ED 7D 7 0 2F 7 45 4C 47
Octal 335 355 175 7 0 57 7 105 114 107
Binary 11011101 11101101 1111101 111 0 101111 111 1000101 1001100 1000111

Color Harmonies of #DDED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED7D

Black with #DDED7D

Text Example


Text Example

White with #DDED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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