Html Css Color HEX #DBED6D Mindaro

📋 copy color: '#DBED6D'

red 219 ◦ green 237 ◦ blue 109

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

Shades of Mindaro #DBED6D

Tints of Mindaro #DBED6D

RGB

 RED value IS 219 (85.94% from 255) = 38.76%

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

 BLUE value IS 109 (42.97% from 255) = 19.29%

R = 38.76%
G = 41.95%
B = 19.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#DBED6D (or 0xDBED6D) is known color: Mindaro. HEX triplet: DB, ED and 6D. RGB value is (219,237,109). Sum of RGB (Red+Green+Blue) = 219+237+109=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED6D is #241292. Grayscale: #D9D9D9. Windows color (decimal): -2364051 or 7204315. OLE color: 7204315.

HSL color Cylindrical-coordinate representation of color #DBED6D: hue angle of 68.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 #DBED6D is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 237 109 -
CMYK 0.08 0 0.54 0.07
HSL 68.44º 0.78% 0.68% -
HSV(B) 68.44º 0.54% 0.93% -
XYZ 62.26 76.73 26 -
YUV 217.03 67.04 129.41 -
System Red Green Blue C M Y K H S L
Decimal 219 237 109 0.08 0 0.54 0.07 68.44 0.78 0.68
Hex DB ED 6D 8 0 36 7 44 4E 44
Octal 333 355 155 10 0 66 7 104 116 104
Binary 11011011 11101101 1101101 1000 0 110110 111 1000100 1001110 1000100

Color Harmonies of #DBED6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBED6D

Black with #DBED6D

Text Example


Text Example

White with #DBED6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBED6D; }

 p { color: rgb(219,237,109); }

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

background-color css

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

 a { background-color: rgb(219,237,109); }

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

border-color css

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

 span { border-color: rgb(219,237,109); }

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