Html Css Color HEX #DBED6C Mindaro

📋 copy color: '#DBED6C'

red 219 ◦ green 237 ◦ blue 108

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

Shades of Mindaro #DBED6C

Tints of Mindaro #DBED6C

RGB

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

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

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

R = 38.83%
G = 42.02%
B = 19.15%

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

#DBED6C (or 0xDBED6C) is known color: Mindaro. HEX triplet: DB, ED and 6C. RGB value is (219,237,108). Sum of RGB (Red+Green+Blue) = 219+237+108=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED6C is #241293. Grayscale: #D9D9D9. Windows color (decimal): -2364052 or 7138779. OLE color: 7138779.

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

Color convert

RGB 219 237 108 -
CMYK 0.08 0 0.54 0.07
HSL 68.37º 0.78% 0.68% -
HSV(B) 68.37º 0.54% 0.93% -
XYZ 62.2 76.71 25.72 -
YUV 216.91 66.54 129.49 -
System Red Green Blue C M Y K H S L
Decimal 219 237 108 0.08 0 0.54 0.07 68.37 0.78 0.68
Hex DB ED 6C 8 0 36 7 44 4E 44
Octal 333 355 154 10 0 66 7 104 116 104
Binary 11011011 11101101 1101100 1000 0 110110 111 1000100 1001110 1000100

Color Harmonies of #DBED6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBED6C

Black with #DBED6C

Text Example


Text Example

White with #DBED6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBED6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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