Html Css Color HEX #DDEA69 Mindaro

📋 copy color: '#DDEA69'

red 221 ◦ green 234 ◦ blue 105

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

Shades of Mindaro #DDEA69

Tints of Mindaro #DDEA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.75%

R = 39.46%
G = 41.79%
B = 18.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#DDEA69 (or 0xDDEA69) is known color: Mindaro. HEX triplet: DD, EA and 69. RGB value is (221,234,105). Sum of RGB (Red+Green+Blue) = 221+234+105=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 105 (41.41% from 255 or 18.75% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA69 is #221596. Grayscale: #D7D7D7. Windows color (decimal): -2233751 or 6941405. OLE color: 6941405.

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

Color convert

RGB 221 234 105 -
CMYK 0.06 0 0.55 0.08
HSL 66.05º 0.75% 0.66% -
HSV(B) 66.05º 0.55% 0.92% -
XYZ 61.79 75.24 24.63 -
YUV 215.41 65.69 131.99 -
System Red Green Blue C M Y K H S L
Decimal 221 234 105 0.06 0 0.55 0.08 66.05 0.75 0.66
Hex DD EA 69 6 0 37 8 42 4B 42
Octal 335 352 151 6 0 67 10 102 113 102
Binary 11011101 11101010 1101001 110 0 110111 1000 1000010 1001011 1000010

Color Harmonies of #DDEA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA69

Black with #DDEA69

Text Example


Text Example

White with #DDEA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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