Html Css Color HEX #DDEA7B Mindaro

📋 copy color: '#DDEA7B'

red 221 ◦ green 234 ◦ blue 123

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

Shades of Mindaro #DDEA7B

Tints of Mindaro #DDEA7B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.48%

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

R = 38.24%
G = 40.48%
B = 21.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#DDEA7B (or 0xDDEA7B) is known color: Mindaro. HEX triplet: DD, EA and 7B. RGB value is (221,234,123). Sum of RGB (Red+Green+Blue) = 221+234+123=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA7B is #221584. Grayscale: #D9D9D9. Windows color (decimal): -2233733 or 8121053. OLE color: 8121053.

HSL color Cylindrical-coordinate representation of color #DDEA7B: hue angle of 67.03º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDEA7B is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 123 -
CMYK 0.06 0 0.47 0.08
HSL 67.03º 0.73% 0.7% -
HSV(B) 67.03º 0.47% 0.92% -
XYZ 62.82 75.65 30.03 -
YUV 217.46 74.69 130.53 -
System Red Green Blue C M Y K H S L
Decimal 221 234 123 0.06 0 0.47 0.08 67.03 0.73 0.7
Hex DD EA 7B 6 0 2F 8 43 49 46
Octal 335 352 173 6 0 57 10 103 111 106
Binary 11011101 11101010 1111011 110 0 101111 1000 1000011 1001001 1000110

Color Harmonies of #DDEA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA7B

Black with #DDEA7B

Text Example


Text Example

White with #DDEA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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