Html Css Color HEX #DBE97C Mindaro

📋 copy color: '#DBE97C'

red 219 ◦ green 233 ◦ blue 124

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

Shades of Mindaro #DBE97C

Tints of Mindaro #DBE97C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.45%

 BLUE value IS 124 (48.83% from 255) = 21.53%

R = 38.02%
G = 40.45%
B = 21.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#DBE97C (or 0xDBE97C) is known color: Mindaro. HEX triplet: DB, E9 and 7C. RGB value is (219,233,124). Sum of RGB (Red+Green+Blue) = 219+233+124=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE97C is #241683. Grayscale: #D8D8D8. Windows color (decimal): -2365060 or 8186331. OLE color: 8186331.

HSL color Cylindrical-coordinate representation of color #DBE97C: hue angle of 67.71º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBE97C is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 124 -
CMYK 0.06 0 0.47 0.09
HSL 67.71º 0.71% 0.7% -
HSV(B) 67.71º 0.47% 0.91% -
XYZ 61.99 74.79 30.24 -
YUV 216.39 75.86 129.86 -
System Red Green Blue C M Y K H S L
Decimal 219 233 124 0.06 0 0.47 0.09 67.71 0.71 0.7
Hex DB E9 7C 6 0 2F 9 44 47 46
Octal 333 351 174 6 0 57 11 104 107 106
Binary 11011011 11101001 1111100 110 0 101111 1001 1000100 1000111 1000110

Color Harmonies of #DBE97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE97C

Black with #DBE97C

Text Example


Text Example

White with #DBE97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE97C; }

 p { color: rgb(219,233,124); }

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

background-color css

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

 a { background-color: rgb(219,233,124); }

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

border-color css

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

 span { border-color: rgb(219,233,124); }

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