Html Css Color HEX #DBE968 Mindaro

📋 copy color: '#DBE968'

red 219 ◦ green 233 ◦ blue 104

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

Shades of Mindaro #DBE968

Tints of Mindaro #DBE968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.71%

R = 39.39%
G = 41.91%
B = 18.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#DBE968 (or 0xDBE968) is known color: Mindaro. HEX triplet: DB, E9 and 68. RGB value is (219,233,104). Sum of RGB (Red+Green+Blue) = 219+233+104=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE968 is #241697. Grayscale: #D6D6D6. Windows color (decimal): -2365080 or 6875611. OLE color: 6875611.

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

Color convert

RGB 219 233 104 -
CMYK 0.06 0 0.55 0.09
HSL 66.51º 0.75% 0.66% -
HSV(B) 66.51º 0.55% 0.91% -
XYZ 60.85 74.34 24.24 -
YUV 214.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 219 233 104 0.06 0 0.55 0.09 66.51 0.75 0.66
Hex DB E9 68 6 0 37 9 43 4B 42
Octal 333 351 150 6 0 67 11 103 113 102
Binary 11011011 11101001 1101000 110 0 110111 1001 1000011 1001011 1000010

Color Harmonies of #DBE968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE968

Black with #DBE968

Text Example


Text Example

White with #DBE968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE968; }

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

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

background-color css

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

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

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

border-color css

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

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

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