Html Css Color HEX #DBEA6C Mindaro

📋 copy color: '#DBEA6C'

red 219 ◦ green 234 ◦ blue 108

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

Shades of Mindaro #DBEA6C

Tints of Mindaro #DBEA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.25%

R = 39.04%
G = 41.71%
B = 19.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#DBEA6C (or 0xDBEA6C) is known color: Mindaro. HEX triplet: DB, EA and 6C. RGB value is (219,234,108). Sum of RGB (Red+Green+Blue) = 219+234+108=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA6C is #241593. Grayscale: #D7D7D7. Windows color (decimal): -2364820 or 7138011. OLE color: 7138011.

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

Color convert

RGB 219 234 108 -
CMYK 0.06 0 0.54 0.08
HSL 67.14º 0.75% 0.67% -
HSV(B) 67.14º 0.54% 0.92% -
XYZ 61.34 74.99 25.43 -
YUV 215.15 67.53 130.75 -
System Red Green Blue C M Y K H S L
Decimal 219 234 108 0.06 0 0.54 0.08 67.14 0.75 0.67
Hex DB EA 6C 6 0 36 8 43 4B 43
Octal 333 352 154 6 0 66 10 103 113 103
Binary 11011011 11101010 1101100 110 0 110110 1000 1000011 1001011 1000011

Color Harmonies of #DBEA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA6C

Black with #DBEA6C

Text Example


Text Example

White with #DBEA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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