Html Css Color HEX #DDE673 Mindaro

📋 copy color: '#DDE673'

red 221 ◦ green 230 ◦ blue 115

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

Shades of Mindaro #DDE673

Tints of Mindaro #DDE673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.32%

R = 39.05%
G = 40.64%
B = 20.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#DDE673 (or 0xDDE673) is known color: Mindaro. HEX triplet: DD, E6 and 73. RGB value is (221,230,115). Sum of RGB (Red+Green+Blue) = 221+230+115=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE673 is #22198C. Grayscale: #D6D6D6. Windows color (decimal): -2234765 or 7595741. OLE color: 7595741.

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

Color convert

RGB 221 230 115 -
CMYK 0.04 0 0.5 0.10
HSL 64.7º 0.7% 0.68% -
HSV(B) 64.7º 0.5% 0.9% -
XYZ 61.21 73.2 27.12 -
YUV 214.2 72.02 132.85 -
System Red Green Blue C M Y K H S L
Decimal 221 230 115 0.04 0 0.5 0.10 64.7 0.7 0.68
Hex DD E6 73 4 0 32 A 41 46 44
Octal 335 346 163 4 0 62 12 101 106 104
Binary 11011101 11100110 1110011 100 0 110010 1010 1000001 1000110 1000100

Color Harmonies of #DDE673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE673

Black with #DDE673

Text Example


Text Example

White with #DDE673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE673; }

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

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

background-color css

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

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

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

border-color css

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

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

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