Html Css Color HEX #DDED6C Mindaro

📋 copy color: '#DDED6C'

red 221 ◦ green 237 ◦ blue 108

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

Shades of Mindaro #DDED6C

Tints of Mindaro #DDED6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.08%

R = 39.05%
G = 41.87%
B = 19.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#DDED6C (or 0xDDED6C) is known color: Mindaro. HEX triplet: DD, ED and 6C. RGB value is (221,237,108). Sum of RGB (Red+Green+Blue) = 221+237+108=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 108 (42.58% from 255 or 19.08% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED6C is #221293. Grayscale: #DADADA. Windows color (decimal): -2232980 or 7138781. OLE color: 7138781.

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

Color convert

RGB 221 237 108 -
CMYK 0.07 0 0.54 0.07
HSL 67.44º 0.78% 0.68% -
HSV(B) 67.44º 0.54% 0.93% -
XYZ 62.81 77.02 25.74 -
YUV 217.51 66.2 130.49 -
System Red Green Blue C M Y K H S L
Decimal 221 237 108 0.07 0 0.54 0.07 67.44 0.78 0.68
Hex DD ED 6C 7 0 36 7 43 4E 44
Octal 335 355 154 7 0 66 7 103 116 104
Binary 11011101 11101101 1101100 111 0 110110 111 1000011 1001110 1000100

Color Harmonies of #DDED6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED6C

Black with #DDED6C

Text Example


Text Example

White with #DDED6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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