Html Css Color HEX #DBE775 Mindaro

📋 copy color: '#DBE775'

red 219 ◦ green 231 ◦ blue 117

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

Shades of Mindaro #DBE775

Tints of Mindaro #DBE775

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.74%

 BLUE value IS 117 (46.09% from 255) = 20.63%

R = 38.62%
G = 40.74%
B = 20.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#DBE775 (or 0xDBE775) is known color: Mindaro. HEX triplet: DB, E7 and 75. RGB value is (219,231,117). Sum of RGB (Red+Green+Blue) = 219+231+117=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE775 is #24188A. Grayscale: #D6D6D6. Windows color (decimal): -2365579 or 7727067. OLE color: 7727067.

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

Color convert

RGB 219 231 117 -
CMYK 0.05 0 0.49 0.09
HSL 66.32º 0.7% 0.68% -
HSV(B) 66.32º 0.49% 0.91% -
XYZ 61 73.5 27.8 -
YUV 214.42 73.02 131.27 -
System Red Green Blue C M Y K H S L
Decimal 219 231 117 0.05 0 0.49 0.09 66.32 0.7 0.68
Hex DB E7 75 5 0 31 9 42 46 44
Octal 333 347 165 5 0 61 11 102 106 104
Binary 11011011 11100111 1110101 101 0 110001 1001 1000010 1000110 1000100

Color Harmonies of #DBE775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE775

Black with #DBE775

Text Example


Text Example

White with #DBE775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE775; }

 p { color: rgb(219,231,117); }

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

background-color css

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

 a { background-color: rgb(219,231,117); }

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

border-color css

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

 span { border-color: rgb(219,231,117); }

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