Html Css Color HEX #DDED68 Mindaro

📋 copy color: '#DDED68'

red 221 ◦ green 237 ◦ blue 104

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

Shades of Mindaro #DDED68

Tints of Mindaro #DDED68

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.17%

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

R = 39.32%
G = 42.17%
B = 18.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#DDED68 (or 0xDDED68) is known color: Mindaro. HEX triplet: DD, ED and 68. RGB value is (221,237,104). Sum of RGB (Red+Green+Blue) = 221+237+104=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED68 is #221297. Grayscale: #D9D9D9. Windows color (decimal): -2232984 or 6876637. OLE color: 6876637.

HSL color Cylindrical-coordinate representation of color #DDED68: hue angle of 67.22º degrees, saturation: 0.79, 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 #DDED68 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 104 -
CMYK 0.07 0 0.56 0.07
HSL 67.22º 0.79% 0.67% -
HSV(B) 67.22º 0.56% 0.93% -
XYZ 62.6 76.94 24.65 -
YUV 217.05 64.2 130.81 -
System Red Green Blue C M Y K H S L
Decimal 221 237 104 0.07 0 0.56 0.07 67.22 0.79 0.67
Hex DD ED 68 7 0 38 7 43 4F 43
Octal 335 355 150 7 0 70 7 103 117 103
Binary 11011101 11101101 1101000 111 0 111000 111 1000011 1001111 1000011

Color Harmonies of #DDED68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED68

Black with #DDED68

Text Example


Text Example

White with #DDED68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED68; }

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

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

background-color css

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

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

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

border-color css

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

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

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