Html Css Color HEX #DBEA66 Mindaro

📋 copy color: '#DBEA66'

red 219 ◦ green 234 ◦ blue 102

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

Shades of Mindaro #DBEA66

Tints of Mindaro #DBEA66

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.16%

 BLUE value IS 102 (40.23% from 255) = 18.38%

R = 39.46%
G = 42.16%
B = 18.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#DBEA66 (or 0xDBEA66) is known color: Mindaro. HEX triplet: DB, EA and 66. RGB value is (219,234,102). Sum of RGB (Red+Green+Blue) = 219+234+102=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA66 is #241599. Grayscale: #D6D6D6. Windows color (decimal): -2364826 or 6744795. OLE color: 6744795.

HSL color Cylindrical-coordinate representation of color #DBEA66: hue angle of 66.82º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBEA66 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 102 -
CMYK 0.06 0 0.56 0.08
HSL 66.82º 0.76% 0.66% -
HSV(B) 66.82º 0.56% 0.92% -
XYZ 61.03 74.87 23.8 -
YUV 214.47 64.53 131.23 -
System Red Green Blue C M Y K H S L
Decimal 219 234 102 0.06 0 0.56 0.08 66.82 0.76 0.66
Hex DB EA 66 6 0 38 8 43 4C 42
Octal 333 352 146 6 0 70 10 103 114 102
Binary 11011011 11101010 1100110 110 0 111000 1000 1000011 1001100 1000010

Color Harmonies of #DBEA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA66

Black with #DBEA66

Text Example


Text Example

White with #DBEA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA66; }

 p { color: rgb(219,234,102); }

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

background-color css

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

 a { background-color: rgb(219,234,102); }

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

border-color css

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

 span { border-color: rgb(219,234,102); }

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