Html Css Color HEX #DDEC68 Mindaro

📋 copy color: '#DDEC68'

red 221 ◦ green 236 ◦ blue 104

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

Shades of Mindaro #DDEC68

Tints of Mindaro #DDEC68

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.07%

 BLUE value IS 104 (41.02% from 255) = 18.54%

R = 39.39%
G = 42.07%
B = 18.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#DDEC68 (or 0xDDEC68) is known color: Mindaro. HEX triplet: DD, EC and 68. RGB value is (221,236,104). Sum of RGB (Red+Green+Blue) = 221+236+104=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 104 (41.02% from 255 or 18.54% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC68 is #221397. Grayscale: #D8D8D8. Windows color (decimal): -2233240 or 6876381. OLE color: 6876381.

HSL color Cylindrical-coordinate representation of color #DDEC68: hue angle of 66.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDEC68 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 104 -
CMYK 0.06 0 0.56 0.07
HSL 66.82º 0.78% 0.67% -
HSV(B) 66.82º 0.56% 0.93% -
XYZ 62.31 76.36 24.55 -
YUV 216.47 64.53 131.23 -
System Red Green Blue C M Y K H S L
Decimal 221 236 104 0.06 0 0.56 0.07 66.82 0.78 0.67
Hex DD EC 68 6 0 38 7 43 4E 43
Octal 335 354 150 6 0 70 7 103 116 103
Binary 11011101 11101100 1101000 110 0 111000 111 1000011 1001110 1000011

Color Harmonies of #DDEC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC68

Black with #DDEC68

Text Example


Text Example

White with #DDEC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC68; }

 p { color: rgb(221,236,104); }

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

background-color css

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

 a { background-color: rgb(221,236,104); }

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

border-color css

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

 span { border-color: rgb(221,236,104); }

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