Html Css Color HEX #DDED7A Mindaro

📋 copy color: '#DDED7A'

red 221 ◦ green 237 ◦ blue 122

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

Shades of Mindaro #DDED7A

Tints of Mindaro #DDED7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.03%

R = 38.1%
G = 40.86%
B = 21.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#DDED7A (or 0xDDED7A) is known color: Mindaro. HEX triplet: DD, ED and 7A. RGB value is (221,237,122). Sum of RGB (Red+Green+Blue) = 221+237+122=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED7A is #221285. Grayscale: #DBDBDB. Windows color (decimal): -2232966 or 8056285. OLE color: 8056285.

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

Color convert

RGB 221 237 122 -
CMYK 0.07 0 0.49 0.07
HSL 68.35º 0.76% 0.7% -
HSV(B) 68.35º 0.49% 0.93% -
XYZ 63.62 77.35 29.99 -
YUV 219.11 73.2 129.35 -
System Red Green Blue C M Y K H S L
Decimal 221 237 122 0.07 0 0.49 0.07 68.35 0.76 0.7
Hex DD ED 7A 7 0 31 7 44 4C 46
Octal 335 355 172 7 0 61 7 104 114 106
Binary 11011101 11101101 1111010 111 0 110001 111 1000100 1001100 1000110

Color Harmonies of #DDED7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED7A

Black with #DDED7A

Text Example


Text Example

White with #DDED7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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