Html Css Color HEX #DDE675 Mindaro

📋 copy color: '#DDE675'

red 221 ◦ green 230 ◦ blue 117

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

Shades of Mindaro #DDE675

Tints of Mindaro #DDE675

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.49%

 BLUE value IS 117 (46.09% from 255) = 20.6%

R = 38.91%
G = 40.49%
B = 20.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#DDE675 (or 0xDDE675) is known color: Mindaro. HEX triplet: DD, E6 and 75. RGB value is (221,230,117). Sum of RGB (Red+Green+Blue) = 221+230+117=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE675 is #22198A. Grayscale: #D6D6D6. Windows color (decimal): -2234763 or 7726813. OLE color: 7726813.

HSL color Cylindrical-coordinate representation of color #DDE675: hue angle of 64.78º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDE675 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 230 117 -
CMYK 0.04 0 0.49 0.10
HSL 64.78º 0.69% 0.68% -
HSV(B) 64.78º 0.49% 0.9% -
XYZ 61.33 73.25 27.74 -
YUV 214.43 73.02 132.69 -
System Red Green Blue C M Y K H S L
Decimal 221 230 117 0.04 0 0.49 0.10 64.78 0.69 0.68
Hex DD E6 75 4 0 31 A 41 45 44
Octal 335 346 165 4 0 61 12 101 105 104
Binary 11011101 11100110 1110101 100 0 110001 1010 1000001 1000101 1000100

Color Harmonies of #DDE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE675

Black with #DDE675

Text Example


Text Example

White with #DDE675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE675; }

 p { color: rgb(221,230,117); }

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

background-color css

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

 a { background-color: rgb(221,230,117); }

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

border-color css

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

 span { border-color: rgb(221,230,117); }

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