Html Css Color HEX #DBE67F Mindaro

📋 copy color: '#DBE67F'

red 219 ◦ green 230 ◦ blue 127

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

Shades of Mindaro #DBE67F

Tints of Mindaro #DBE67F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.93%

 BLUE value IS 127 (50% from 255) = 22.05%

R = 38.02%
G = 39.93%
B = 22.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#DBE67F (or 0xDBE67F) is known color: Mindaro. HEX triplet: DB, E6 and 7F. RGB value is (219,230,127). Sum of RGB (Red+Green+Blue) = 219+230+127=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 127 (50% from 255 or 22.05% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE67F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE67F is #241980. Grayscale: #D7D7D7. Windows color (decimal): -2365825 or 8382171. OLE color: 8382171.

HSL color Cylindrical-coordinate representation of color #DBE67F: hue angle of 66.41º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBE67F is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 127 -
CMYK 0.05 0 0.45 0.10
HSL 66.41º 0.67% 0.7% -
HSV(B) 66.41º 0.45% 0.9% -
XYZ 61.34 73.19 30.97 -
YUV 214.97 78.36 130.88 -
System Red Green Blue C M Y K H S L
Decimal 219 230 127 0.05 0 0.45 0.10 66.41 0.67 0.7
Hex DB E6 7F 5 0 2D A 42 43 46
Octal 333 346 177 5 0 55 12 102 103 106
Binary 11011011 11100110 1111111 101 0 101101 1010 1000010 1000011 1000110

Color Harmonies of #DBE67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE67F

Black with #DBE67F

Text Example


Text Example

White with #DBE67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE67F; }

 p { color: rgb(219,230,127); }

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

background-color css

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

 a { background-color: rgb(219,230,127); }

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

border-color css

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

 span { border-color: rgb(219,230,127); }

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