Html Css Color HEX #DBEC6A Mindaro

📋 copy color: '#DBEC6A'

red 219 ◦ green 236 ◦ blue 106

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

Shades of Mindaro #DBEC6A

Tints of Mindaro #DBEC6A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.07%

 BLUE value IS 106 (41.8% from 255) = 18.89%

R = 39.04%
G = 42.07%
B = 18.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#DBEC6A (or 0xDBEC6A) is known color: Mindaro. HEX triplet: DB, EC and 6A. RGB value is (219,236,106). Sum of RGB (Red+Green+Blue) = 219+236+106=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC6A is #241395. Grayscale: #D8D8D8. Windows color (decimal): -2364310 or 7007451. OLE color: 7007451.

HSL color Cylindrical-coordinate representation of color #DBEC6A: hue angle of 67.85º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBEC6A is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 106 -
CMYK 0.07 0 0.55 0.07
HSL 67.85º 0.77% 0.67% -
HSV(B) 67.85º 0.55% 0.93% -
XYZ 61.81 76.09 25.07 -
YUV 216.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 219 236 106 0.07 0 0.55 0.07 67.85 0.77 0.67
Hex DB EC 6A 7 0 37 7 44 4D 43
Octal 333 354 152 7 0 67 7 104 115 103
Binary 11011011 11101100 1101010 111 0 110111 111 1000100 1001101 1000011

Color Harmonies of #DBEC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC6A

Black with #DBEC6A

Text Example


Text Example

White with #DBEC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC6A; }

 p { color: rgb(219,236,106); }

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

background-color css

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

 a { background-color: rgb(219,236,106); }

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

border-color css

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

 span { border-color: rgb(219,236,106); }

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